Uses of Interface
org.eclipse.rdf4j.sail.base.SailStore
-
Packages that use SailStore Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.memory 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 SailStore Modifier and Type Class Description class
SnapshotSailStore
ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher.Fields in org.eclipse.rdf4j.sail.base declared as SailStore Modifier and Type Field Description private SailStore
SnapshotSailStore. backingStore
The underlyingSailStore
.private SailStore
SailSourceConnection. store
The backingSailStore
used to manage the state.Constructors in org.eclipse.rdf4j.sail.base with parameters of type SailStore 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.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 SailStore Modifier and Type Class Description (package private) class
MemorySailStore
An implementation ofSailStore
that keeps committed statements in aMemStatementList
.Fields in org.eclipse.rdf4j.sail.memory declared as SailStore Modifier and Type Field Description private SailStore
MemoryStore. store
Factory/cache for MemValue objects.Methods in org.eclipse.rdf4j.sail.memory that return SailStore Modifier and Type Method Description (package private) SailStore
MemoryStore. getSailStore()
-