|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemResource | |
|---|---|
| org.openrdf.sail.memory.model | Classes implementing the storage model of the MemoryStore. |
| Uses of MemResource in org.openrdf.sail.memory.model |
|---|
| Classes in org.openrdf.sail.memory.model that implement MemResource | |
|---|---|
class |
MemBNode
A MemoryStore-specific extension of BNodeImpl giving it node properties. |
class |
MemURI
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties. |
| Methods in org.openrdf.sail.memory.model that return MemResource | |
|---|---|
MemResource |
MemStatement.getContext()
|
MemResource |
MemValueFactory.getMemResource(Resource resource)
See getMemValue() for description. |
MemResource |
MemValueFactory.getOrCreateMemResource(Resource resource)
See MemValueFactory.getOrCreateMemValue(Value) for description. |
MemResource |
MemStatement.getSubject()
|
| Constructors in org.openrdf.sail.memory.model with parameters of type MemResource | |
|---|---|
MemStatement(MemResource subject,
MemURI predicate,
MemValue object,
MemResource context,
boolean explicit,
int sinceSnapshot)
Creates a new MemStatement with the supplied subject, predicate, object and context and marks it as 'explicit'. |
|
MemStatement(MemResource subject,
MemURI predicate,
MemValue object,
MemResource context,
boolean explicit,
int sinceSnapshot,
TxnStatus txnStatus)
Creates a new MemStatement with the supplied subject, predicate, object and context. |
|
MemStatement(MemResource subject,
MemURI predicate,
MemValue object,
MemResource context,
int sinceSnapshot)
Creates a new MemStatement with the supplied subject, predicate, object and context and marks it as 'explicit'. |
|
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). |
|
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 | |||||||||