@Deprecated @Experimental public class LuceneSpinSailConnection extends org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
LuceneSailConnection.| Modifier and Type | Field and Description |
|---|---|
protected SailConnectionListener |
connectionListener
Deprecated.
The listener that listens to the underlying connection.
|
| Constructor and Description |
|---|
LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSpinSail sail)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
Deprecated.
|
void |
begin()
Deprecated.
|
void |
clear(org.eclipse.rdf4j.model.Resource... resources)
Deprecated.
|
void |
close()
Deprecated.
|
void |
commit()
Deprecated.
|
void |
removeStatements(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
Deprecated.
|
void |
rollback()
Deprecated.
|
addConnectionListener, getWrappedConnection, removeConnectionListeneraddStatement, begin, clearNamespaces, endUpdate, evaluate, explain, flush, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, pendingRemovals, prepare, prepareQuery, removeNamespace, removeStatement, setFederatedServiceResolver, setNamespace, setTransactionSettings, size, size, startUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, addStatement, addStatement, begin, clearNamespaces, endUpdate, evaluate, explain, flush, getContextIDs, getNamespace, getNamespaces, getStatements, getStatements, hasStatement, isActive, isOpen, pendingRemovals, prepare, prepareQuery, removeNamespace, removeStatement, removeStatement, removeStatements, setNamespace, setTransactionSettings, size, startUpdateprotected final SailConnectionListener connectionListener
public LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSpinSail sail)
public void addStatement(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.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(org.eclipse.rdf4j.model.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(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.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-2021 Eclipse Foundation. All Rights Reserved.