Uses of Interface
org.eclipse.rdf4j.sail.base.SailStore
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
-
Uses of SailStore in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher.ModifierConstructorDescriptionprotected
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.extensiblestore