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 TypeClassDescriptionclassASailStorewrapper that branches the backingSailSources to provide concurrentIsolationLevels.SNAPSHOT_READisolation and higher.Fields in org.eclipse.rdf4j.sail.base declared as SailStoreModifier and TypeFieldDescriptionprivate final SailStoreSnapshotSailStore.backingStoreThe underlyingSailStore.private final SailStoreSailSourceConnection.storeThe backingSailStoreused to manage the state.Constructors in org.eclipse.rdf4j.sail.base with parameters of type SailStoreModifierConstructorDescriptionprotectedSailSourceConnection(AbstractSail sail, SailStore store, EvaluationStrategyFactory evalStratFactory) Creates a newSailConnection, using the givenSailStoreto manage the state.protectedSailSourceConnection(AbstractSail sail, SailStore store, FederatedServiceResolver resolver) Creates a newSailConnection, using the givenSailStoreto manage the state.SnapshotSailStore(SailStore backingStore, ModelFactory modelFactory) Wraps anSailStore, tracking changes inModelFactoryinstances. -
Uses of SailStore in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement SailStoreModifier and TypeClassDescription(package private) classAn implementation ofSailStorethat keeps committed statements in aMemStatementList.Fields in org.eclipse.rdf4j.sail.memory declared as SailStoreModifier and TypeFieldDescriptionprivate SailStoreMemoryStore.storeFactory/cache for MemValue objects.Methods in org.eclipse.rdf4j.sail.memory that return SailStore