Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractSail
-
Packages that use AbstractSail Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.memory 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 AbstractSail Constructor Description SailSourceConnection(AbstractSail sail, SailStore store, EvaluationStrategyFactory evalStratFactory)
Creates a newSailConnection
, using the givenSailStore
to manage the state.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.helpers Modifier and Type Class Description class
AbstractNotifyingSail
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 AbstractSail Modifier and Type Field Description private AbstractSail
AbstractSailConnection. sailBase
Methods in org.eclipse.rdf4j.sail.helpers that return AbstractSail Modifier and Type Method Description protected AbstractSail
AbstractSailConnection. getSailBase()
Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type AbstractSail Constructor Description AbstractNotifyingSailConnection(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.memory Modifier and Type Class Description class
MemoryStore
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.
-