Package org.eclipse.rdf4j.sail.memory
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.
-
ClassesClassDescriptionFunctionality to read and write MemoryStore to/from a file.Uses the MemoryStore's statement sizes to give cost estimates based on the size of the expected results.An in-memory store for namespace prefix information.An implementation of
SailStore
that keeps committed statements in aMemStatementList
.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.An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.Implementation of a Sail Connection for memory stores.