Uses of Class
org.openrdf.sail.memory.model.ReadMode

Packages that use ReadMode
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
 

Uses of ReadMode in org.openrdf.sail.memory
 

Fields in org.openrdf.sail.memory declared as ReadMode
protected  ReadMode MemoryStoreConnection.MemTripleSource.readMode
           
 

Methods in org.openrdf.sail.memory with parameters of type ReadMode
protected
<X extends Exception>
CloseableIteration<MemStatement,X>
MemoryStore.createStatementIterator(Class<X> excClass, Resource subj, URI pred, Value obj, boolean explicitOnly, int snapshot, ReadMode readMode, Resource... contexts)
          Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.
protected  boolean MemoryStore.hasStatement(Resource subj, URI pred, Value obj, boolean explicitOnly, int snapshot, ReadMode readMode, Resource... contexts)
           
 

Constructors in org.openrdf.sail.memory with parameters of type ReadMode
MemoryStoreConnection.MemTripleSource(boolean includeInferred, int snapshot, ReadMode readMode)
           
 

Uses of ReadMode in org.openrdf.sail.memory.model
 

Methods in org.openrdf.sail.memory.model that return ReadMode
static ReadMode ReadMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReadMode[] ReadMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.openrdf.sail.memory.model with parameters of type ReadMode
MemStatementIterator(MemStatementList statementList, MemResource subject, MemURI predicate, MemValue object, boolean explicitOnly, int snapshot, ReadMode readMode, MemResource... contexts)
          Creates a new MemStatementIterator that will iterate over the statements contained in the supplied MemStatementList searching for statements that match the specified pattern of subject, predicate, object and context(s).
 



Copyright © 2001-2012 Aduna. All Rights Reserved.