Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractSail
Packages that use AbstractSail
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 AbstractSail in org.eclipse.rdf4j.sail.base
Constructors in org.eclipse.rdf4j.sail.base with parameters of type AbstractSailModifierConstructorDescriptionprotected
SailSourceConnection
(AbstractSail sail, SailStore store, EvaluationStrategyFactory evalStratFactory) Creates a newSailConnection
, using the givenSailStore
to manage the state.protected
SailSourceConnection
(AbstractSail sail, SailStore store, FederatedServiceResolver resolver) Creates a newSailConnection
, using the givenSailStore
to manage the state. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.helpers
Subclasses of AbstractSail in org.eclipse.rdf4j.sail.helpersModifier and TypeClassDescriptionclass
A baseNotifyingSail
implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.Fields in org.eclipse.rdf4j.sail.helpers declared as AbstractSailMethods in org.eclipse.rdf4j.sail.helpers that return AbstractSailConstructors in org.eclipse.rdf4j.sail.helpers with parameters of type AbstractSailModifierConstructorDescriptionAbstractNotifyingSailConnection
(AbstractSail sailBase) AbstractSailConnection
(AbstractSail sailBase) NotifyingSailConnectionBase
(AbstractSail sailBase) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.memory
Subclasses of AbstractSail in org.eclipse.rdf4j.sail.memoryModifier and TypeClassDescriptionclass
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.