Package | Description |
---|---|
org.eclipse.rdf4j.sail.memory.model |
Class and Description |
---|
MemBNode
A MemoryStore-specific extension of BNodeImpl giving it node properties.
|
MemIRI
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.
|
MemLiteral
A MemoryStore-specific extension of Literal giving it node properties.
|
MemResource
A MemoryStore-specific extension of Resource giving it subject statements.
|
MemStatement
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is
explicit or inferred.
|
MemStatementList
A dedicated data structure for storing MemStatement objects, offering operations optimized for their use in the
memory Sail.
|
MemValue
A MemoryStore-specific extension of the Value interface, giving it node properties.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.