Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSailConnection
Packages that use AbstractNotifyingSailConnection
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
An implementation of the RDF SAIL API that uses main memory for storage.
-
Uses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.base
Subclasses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.baseModifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.helpers
Subclasses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.helpersModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since RDF4J 4.0. -
Uses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.memory
Subclasses of AbstractNotifyingSailConnection in org.eclipse.rdf4j.sail.memoryModifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores.