org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
This implementation uses a graph as data structure, and is aimed to have
the best possible performance, possibly at the cost of memory usage.
|
Java Source File Name | Type | Comment |
FileIO.java | Class | Functionality to read and write MemoryStore to/from a file. |
MemInferencingTest.java | Class | |
MemNamespaceStore.java | Class | An in-memory store for namespace prefix information. |
MemoryStore.java | Class | An implementation of the Sail interface that stores its data in main memory
and that can use a file for persistent storage. |
MemoryStoreConnection.java | Class | Implementation of a Sail Connection for memory stores. |
MemoryStoreTest.java | Class | An extension of RDFStoreTest for testing the class
org.openrdf.sesame.sail.memory.MemoryStore. |
StoreSerializationTest.java | Class | |
TestAll.java | Class | |