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
StackableSails.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 TypeClassDescriptionclassASailConnectionimplementation 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 TypeClassDescriptionclassAbstract Class offering base functionality for SailConnection implementations.classDeprecated, for removal: This API element is subject to removal in a future version.since RDF4J 4.0.classAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject 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 NotifyingSailConnectionAbstractNotifyingSail.getConnectionInternal()NotifyingSailConnectionWrapper.getWrappedConnection()Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type NotifyingSailConnectionModifierConstructorDescriptionCreates a newNotifyingSailConnectionWrapperobject that wraps the supplied connection. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer
Subinterfaces of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencerModifier and TypeInterfaceDescriptioninterfaceAn extension of theSailConnectioninterface 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 TypeClassDescriptionclassAn extension of ConnectionWrapper that implements theInferencerConnectioninterface. -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement NotifyingSailConnectionModifier and TypeClassDescriptionclassprivate classclassprivate class(package private) classDeprecated.This inferencer implementation will be phased out.classFields in org.eclipse.rdf4j.sail.inferencer.fc declared as NotifyingSailConnectionModifier and TypeFieldDescriptionprivate final NotifyingSailConnectionSchemaCachingRDFSInferencerConnection.connection -
Uses of NotifyingSailConnection in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement NotifyingSailConnectionModifier and TypeClassDescriptionclassMethods 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 TypeClassDescriptionclassImplementation of a Sail Connection for memory stores.Methods in org.eclipse.rdf4j.sail.memory that return NotifyingSailConnectionModifier and TypeMethodDescriptionprotected NotifyingSailConnectionMemoryStore.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)