Uses of Interface
org.eclipse.rdf4j.sail.NotifyingSailConnection
Packages that use 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
Methods in org.eclipse.rdf4j.sail that return NotifyingSailConnectionModifier 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
Classes in org.eclipse.rdf4j.sail.base that implement NotifyingSailConnectionModifier and TypeClassDescriptionclass
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 NotifyingSailConnectionMethods in org.eclipse.rdf4j.sail.elasticsearchstore that return NotifyingSailConnectionModifier and TypeMethodDescriptionprotected NotifyingSailConnection
ElasticsearchStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement NotifyingSailConnection -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement NotifyingSailConnectionModifier and TypeClassDescriptionclass
Abstract Class offering base functionality for SailConnection implementations.class
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 NotifyingSailConnectionModifier and TypeMethodDescriptionAbstractNotifyingSail.getConnection()
NotifyingSailWrapper.getConnection()
protected abstract NotifyingSailConnection
AbstractNotifyingSail.getConnectionInternal()
NotifyingSailConnectionWrapper.getWrappedConnection()
Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type NotifyingSailConnectionModifierConstructorDescriptionCreates 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.inferencerModifier and TypeInterfaceDescriptioninterface
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 NotifyingSailConnectionModifier and TypeClassDescriptionclass
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 NotifyingSailConnectionModifier and TypeClassDescriptionclass
class
class
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lmdb
Classes in org.eclipse.rdf4j.sail.lmdb that implement NotifyingSailConnectionMethods in org.eclipse.rdf4j.sail.lmdb that return NotifyingSailConnectionModifier and TypeMethodDescriptionprotected NotifyingSailConnection
LmdbStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement NotifyingSailConnectionModifier and TypeClassDescriptionclass
Methods in org.eclipse.rdf4j.sail.lucene that return NotifyingSailConnectionConstructors in org.eclipse.rdf4j.sail.lucene with parameters of type NotifyingSailConnectionModifierConstructorDescriptionLuceneSailConnection
(NotifyingSailConnection wrappedConnection, SearchIndex luceneIndex, LuceneSail sail) -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement NotifyingSailConnectionModifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores.Methods in org.eclipse.rdf4j.sail.memory that return NotifyingSailConnectionModifier and TypeMethodDescriptionprotected NotifyingSailConnection
MemoryStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement NotifyingSailConnectionMethods in org.eclipse.rdf4j.sail.nativerdf that return NotifyingSailConnectionModifier and TypeMethodDescriptionprotected NotifyingSailConnection
NativeStore.getConnectionInternal()
-
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement NotifyingSailConnectionMethods in org.eclipse.rdf4j.sail.shacl that return NotifyingSailConnection