Package org.eclipse.rdf4j.sail.memory
An implementation of the RDF SAIL API that uses main memory for storage.
This implementation uses a bipartite graph as data structure.
-
Class Summary Class Description FileIO Functionality to read and write MemoryStore to/from a file.MemEvaluationStatistics Uses the MemoryStore's statement sizes to give cost estimates based on the size of the expected results.MemNamespaceStore An in-memory store for namespace prefix information.MemorySailStore An implementation ofSailStore
that keeps committed statements in aMemStatementList
.MemorySailStore.SnapshotMonitor SnapshotMonitor is used to keep track of which snapshot version are no longer is use (read or write) so that we can safely clean that snapshot version.MemorySailStore.SnapshotMonitor.ReservedSnapshot MemoryStore An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.MemoryStoreConnection Implementation of a Sail Connection for memory stores.