Uses of Interface
org.eclipse.rdf4j.sail.NotifyingSailConnection
Package
Description
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples.
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
A Sail implementation for SHACL constraint checking.
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail
Modifier and TypeMethodDescriptionNotifyingSail.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
Modifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Modifier and TypeMethodDescriptionprotected NotifyingSailConnection
ElasticsearchStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.extensiblestore
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.helpers
Modifier and TypeClassDescriptionclass
Abstract Class offering base functionality for SailConnection implementations.class
Deprecated, for removal: This API element is subject to removal in a future version.since RDF4J 4.0.class
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction.Modifier and TypeMethodDescriptionAbstractNotifyingSail.getConnection()
NotifyingSailWrapper.getConnection()
protected abstract NotifyingSailConnection
AbstractNotifyingSail.getConnectionInternal()
NotifyingSailConnectionWrapper.getWrappedConnection()
ModifierConstructorDescriptionCreates a newNotifyingSailConnectionWrapper
object that wraps the supplied connection. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer
Modifier and TypeInterfaceDescriptioninterface
An extension of theSailConnection
interface offering methods that can be used by inferencers to store and remove inferred statements.Modifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeClassDescriptionclass
class
class
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lmdb
Modifier and TypeMethodDescriptionprotected NotifyingSailConnection
LmdbStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lucene
Modifier and TypeClassDescriptionclass
ModifierConstructorDescriptionLuceneSailConnection
(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail) -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores.Modifier and TypeMethodDescriptionprotected NotifyingSailConnection
MemoryStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4.class
Modifier and TypeMethodDescriptionprotected 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