Package org.openrdf.sesame.sailimpl.memory

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

See:
          Description

Interface Summary
ResourceNode An extension of ValueNode giving it subject statements.
ValueNode  
 

Class Summary
BNodeNode An extension of BNode giving it node properties.
LiteralNode An extension of Literal giving it node properties.
MemLiteralIterator An implementation of org.openrdf.sesame.sail.LiteralIterator that can iterate over a list of Literal objects.
MemNamespaceIterator An implementation of org.openrdf.sesame.sail.NamespaceIterator that can iterate over a list of Namespace objects.
MemResourceIterator An implementation of org.openrdf.sesame.sail.ResourceIterator that can iterate over a list of Resource objects.
MemStatement A MemStatement is a Statement which has a flag setting indicating whether the statement is explicit or inferred.
Namespace A namespace representation that contains the name and prefix of a namespace.
RdfMTInferencer RDF(S) Inferencer for in-memory repositories using the rules from the RDF Semantics Recommendation (10 February 2004).
RdfRepository An implementation of the RdfRepository interface extending the class org.openrdf.sesame.sail.memory.RdfSource with write-methods.
RdfRepositoryConfig Extension of RdfSourceConfig offering additional utility methods for configuring a org.openrdf.sesame.sailimpl.memory.RdfRepository Sail.
RdfSchemaRepository An implementation of the RdfSchemaRepository interface extending the memory repository with Schema inferencing capabilities.
RdfSchemaRepositoryConfig Extension of RdfRepositoryConfig offering additional utility methods for configuring a org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository Sail.
RdfSource An implementation of the RdfSource interface from the RDF Sail API that stores its data in main memory and that can use a file for persistent storage.
RdfSourceConfig Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.memory.RdfSource Sail.
StatementList  
URINode An extension of URI giving it node properties.
 

Package org.openrdf.sesame.sailimpl.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 © 2002-2006 Aduna BV, GNU LGPL License applies.