Uses of Interface
org.eclipse.rdf4j.sail.NotifyingSailConnection
-
Packages that use NotifyingSailConnection Package Description org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.elasticsearchstore Elasticsearch store for string triples.org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.lmdb The LMDB based Store.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.nativerdf The Native Store.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking. -
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnection
NotifyingSail. getConnection()
Opens a connection on the Sail which can be used to query and update data. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement NotifyingSailConnection Modifier and Type Class Description class
SailSourceConnection
ASailConnection
implementation that is based on anSailStore
. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Classes in org.eclipse.rdf4j.sail.elasticsearchstore that implement NotifyingSailConnection Modifier and Type Class Description class
ElasticsearchStoreConnection
Methods in org.eclipse.rdf4j.sail.elasticsearchstore that return NotifyingSailConnection Modifier and Type Method Description protected NotifyingSailConnection
ElasticsearchStore. getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement NotifyingSailConnection Modifier and Type Class Description class
ExtensibleStoreConnection<E extends ExtensibleStore>
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement NotifyingSailConnection Modifier and Type Class Description class
AbstractNotifyingSailConnection
Abstract Class offering base functionality for SailConnection implementations.class
NotifyingSailConnectionBase
Deprecated, for removal: This API element is subject to removal in a future version.since RDF4J 4.0.class
NotifyingSailConnectionWrapper
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction.Methods in org.eclipse.rdf4j.sail.helpers that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnection
AbstractNotifyingSail. getConnection()
NotifyingSailConnection
NotifyingSailWrapper. getConnection()
protected abstract NotifyingSailConnection
AbstractNotifyingSail. getConnectionInternal()
NotifyingSailConnection
NotifyingSailConnectionWrapper. getWrappedConnection()
Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type NotifyingSailConnection Constructor Description NotifyingSailConnectionWrapper(NotifyingSailConnection wrappedCon)
Creates a newNotifyingSailConnectionWrapper
object that wraps the supplied connection. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer
Subinterfaces of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer Modifier and Type Interface Description interface
InferencerConnection
An extension of theSailConnection
interface offering methods that can be used by inferencers to store and remove inferred statements.Classes in org.eclipse.rdf4j.sail.inferencer that implement NotifyingSailConnection Modifier and Type Class Description class
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement NotifyingSailConnection Modifier and Type Class Description class
AbstractForwardChainingInferencerConnection
class
DedupingInferencerConnection
class
SchemaCachingRDFSInferencerConnection
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lmdb
Classes in org.eclipse.rdf4j.sail.lmdb that implement NotifyingSailConnection Modifier and Type Class Description class
LmdbStoreConnection
Connection to anLmdbStore
.Methods in org.eclipse.rdf4j.sail.lmdb that return NotifyingSailConnection Modifier and Type Method Description protected NotifyingSailConnection
LmdbStore. getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement NotifyingSailConnection Modifier and Type Class Description class
LuceneSailConnection
Methods in org.eclipse.rdf4j.sail.lucene that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnection
LuceneSail. getConnection()
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type NotifyingSailConnection Constructor Description LuceneSailConnection(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail)
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement NotifyingSailConnection Modifier and Type Class Description class
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.Methods in org.eclipse.rdf4j.sail.memory that return NotifyingSailConnection Modifier and Type Method Description protected NotifyingSailConnection
MemoryStore. getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement NotifyingSailConnection Modifier and Type Class Description class
LimitedSizeNativeStoreConnection
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4.class
NativeStoreConnection
Methods in org.eclipse.rdf4j.sail.nativerdf that return NotifyingSailConnection Modifier and Type Method Description protected NotifyingSailConnection
LimitedSizeNativeStore. getConnectionInternal()
Deprecated, for removal: This API element is subject to removal in a future version.protected NotifyingSailConnection
NativeStore. getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement NotifyingSailConnection Modifier and Type Class Description class
ShaclSailConnection
Methods in org.eclipse.rdf4j.sail.shacl that return NotifyingSailConnection Modifier and Type Method Description NotifyingSailConnection
ShaclSail. getConnection()
-