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).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.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.
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.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement NotifyingSailConnectionModifier 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.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
private class
class
private class
(package private) class
Deprecated.This inferencer implementation will be phased out.class
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as NotifyingSailConnectionModifier and TypeFieldDescriptionprivate final NotifyingSailConnection
SchemaCachingRDFSInferencerConnection.connection
-
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.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement NotifyingSailConnectionMethods in org.eclipse.rdf4j.sail.shacl that return NotifyingSailConnectionConstructors in org.eclipse.rdf4j.sail.shacl with parameters of type NotifyingSailConnectionModifierConstructorDescription(package private)
ShaclSailConnection
(ShaclSail sail, NotifyingSailConnection connection, SailRepositoryConnection shapesRepoConnection) (package private)
ShaclSailConnection
(ShaclSail sail, NotifyingSailConnection connection, SailRepositoryConnection shapesRepoConnection, SailConnection serializableConnection) (package private)
ShaclSailConnection
(ShaclSail sail, NotifyingSailConnection connection, SailConnection previousStateConnection, SailRepositoryConnection shapesRepoConnection) (package private)
ShaclSailConnection
(ShaclSail sail, NotifyingSailConnection connection, SailConnection previousStateConnection, SailRepositoryConnection shapesRepoConnection, SailConnection serializableConnection)