|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||