Package org.openrdf.sail.memory

An implementation of the RDF SAIL API that uses main memory for storage.

See:
          Description

Class Summary
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.
 

Package org.openrdf.sail.memory Description

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.



Copyright © 2001-2008 Aduna. All Rights Reserved.