Uses of Interface
org.eclipse.rdf4j.sail.base.SailStore
Packages that use SailStore
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
An implementation of the RDF SAIL API that uses main memory for storage.
-
Uses of SailStore in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailStoreModifier and TypeClassDescriptionclass
ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher.Fields in org.eclipse.rdf4j.sail.base declared as SailStoreModifier and TypeFieldDescriptionprivate final SailStore
SnapshotSailStore.backingStore
The underlyingSailStore
.private final SailStore
SailSourceConnection.store
The backingSailStore
used to manage the state.Constructors in org.eclipse.rdf4j.sail.base with parameters of type SailStoreModifierConstructorDescriptionprotected
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.SnapshotSailStore
(SailStore backingStore, ModelFactory modelFactory) Wraps anSailStore
, tracking changes inModelFactory
instances. -
Uses of SailStore in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement SailStoreModifier and TypeClassDescription(package private) class
An implementation ofSailStore
that keeps committed statements in aMemStatementList
.Fields in org.eclipse.rdf4j.sail.memory declared as SailStoreModifier and TypeFieldDescriptionprivate SailStore
MemoryStore.store
Factory/cache for MemValue objects.Methods in org.eclipse.rdf4j.sail.memory that return SailStore