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 classSnapshotSailStoreASailStorewrapper that branches the backingSailSources to provide concurrentIsolationLevels.SNAPSHOT_READisolation and higher.Fields in org.eclipse.rdf4j.sail.base declared as SailStore Modifier and Type Field Description private SailStoreSnapshotSailStore. backingStoreThe underlyingSailStore.private SailStoreSailSourceConnection. storeThe backingSailStoreused 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 givenSailStoreto manage the state.SailSourceConnection(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 SailStore Modifier and Type Class Description (package private) classMemorySailStoreAn implementation ofSailStorethat keeps committed statements in aMemStatementList.Fields in org.eclipse.rdf4j.sail.memory declared as SailStore Modifier and Type Field Description private SailStoreMemoryStore. storeFactory/cache for MemValue objects.Methods in org.eclipse.rdf4j.sail.memory that return SailStore Modifier and Type Method Description (package private) SailStoreMemoryStore. getSailStore()
-