public class LuceneSailConnection extends NotifyingSailConnectionWrapper
| Modifier and Type | Field and Description |
|---|---|
protected SailConnectionListener |
connectionListener
The listener that listens to the underlying connection.
|
| Constructor and Description |
|---|
LuceneSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSail sail) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(org.eclipse.rdf4j.model.Resource arg0,
org.eclipse.rdf4j.model.IRI arg1,
org.eclipse.rdf4j.model.Value arg2,
org.eclipse.rdf4j.model.Resource... arg3) |
void |
begin() |
void |
clear(org.eclipse.rdf4j.model.Resource... arg0) |
void |
close() |
void |
commit() |
org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> |
evaluate(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.Dataset dataset,
org.eclipse.rdf4j.query.BindingSet bindings,
boolean includeInferred) |
void |
removeStatements(org.eclipse.rdf4j.model.Resource arg0,
org.eclipse.rdf4j.model.IRI arg1,
org.eclipse.rdf4j.model.Value arg2,
org.eclipse.rdf4j.model.Resource... arg3) |
void |
rollback() |
addConnectionListener, getWrappedConnection, removeConnectionListeneraddStatement, begin, clearNamespaces, endUpdate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, setFederatedServiceResolver, setNamespace, size, size, startUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, addStatement, addStatement, begin, clearNamespaces, endUpdate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, getStatements, hasStatement, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatement, removeStatements, setNamespace, size, startUpdateprotected final SailConnectionListener connectionListener
public LuceneSailConnection(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail)
public void addStatement(org.eclipse.rdf4j.model.Resource arg0,
org.eclipse.rdf4j.model.IRI arg1,
org.eclipse.rdf4j.model.Value arg2,
org.eclipse.rdf4j.model.Resource... arg3)
throws SailException
addStatement in interface SailConnectionaddStatement in class SailConnectionWrapperSailExceptionpublic void close()
throws SailException
close in interface SailConnectionclose in class SailConnectionWrapperSailExceptionpublic void clear(org.eclipse.rdf4j.model.Resource... arg0)
throws SailException
clear in interface SailConnectionclear in class SailConnectionWrapperSailExceptionpublic void begin()
throws SailException
begin in interface SailConnectionbegin in class SailConnectionWrapperSailExceptionpublic void commit()
throws SailException
commit in interface SailConnectioncommit in class SailConnectionWrapperSailExceptionpublic org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> evaluate(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.Dataset dataset,
org.eclipse.rdf4j.query.BindingSet bindings,
boolean includeInferred)
throws SailException
evaluate in interface SailConnectionevaluate in class SailConnectionWrapperSailExceptionpublic void removeStatements(org.eclipse.rdf4j.model.Resource arg0,
org.eclipse.rdf4j.model.IRI arg1,
org.eclipse.rdf4j.model.Value arg2,
org.eclipse.rdf4j.model.Resource... arg3)
throws SailException
removeStatements in interface SailConnectionremoveStatements in class SailConnectionWrapperSailExceptionpublic void rollback()
throws SailException
rollback in interface SailConnectionrollback in class SailConnectionWrapperSailExceptionCopyright © 2015-2016 Eclipse Foundation. All Rights Reserved.