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.extensiblestore Elasticsearch store for string triples -
-
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.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.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement SailStore Modifier and Type Class Description class
ExtensibleSailStore
-