public class LuceneSpinSailConnection extends org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
LuceneSailConnection.| Modifier and Type | Field and Description |
|---|---|
protected SailConnectionListener |
connectionListener
The listener that listens to the underlying connection.
|
| Constructor and Description |
|---|
LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSpinSail sail) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
begin() |
void |
clear(Resource... resources) |
void |
close() |
void |
commit() |
void |
removeStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
void |
rollback() |
addConnectionListener, getWrappedConnection, removeConnectionListeneraddStatement, begin, clearNamespaces, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, pendingRemovals, prepare, removeNamespace, removeStatement, setFederatedServiceResolver, setNamespace, size, size, startUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, addStatement, addStatement, begin, clearNamespaces, endUpdate, evaluate, flush, getContextIDs, getNamespace, getNamespaces, getStatements, getStatements, hasStatement, isActive, isOpen, pendingRemovals, prepare, removeNamespace, removeStatement, removeStatement, removeStatements, setNamespace, size, startUpdateprotected final SailConnectionListener connectionListener
public LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSpinSail sail)
public void addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
addStatement in interface SailConnectionaddStatement in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void close()
throws SailException
close in interface AutoCloseableclose in interface SailConnectionclose in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void clear(Resource... resources) throws SailException
clear in interface SailConnectionclear in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void begin()
throws SailException
begin in interface SailConnectionbegin in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void commit()
throws SailException
commit in interface SailConnectioncommit in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) throws SailException
removeStatements in interface SailConnectionremoveStatements in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionpublic void rollback()
throws SailException
rollback in interface SailConnectionrollback in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapperSailExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.