| Package | Description |
|---|---|
| org.apache.jena.sparql.core.mem |
In-memory, transactional dataset
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuadTable
A simplex or multiplex table of
Quads. |
interface |
TripleTable
A simplex or multiplex table of
Triples. |
interface |
TupleTable<TupleType>
A mutable table of tuples.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HexTable
A six-way
QuadTable using all of the available forms in QuadTableForm. |
class |
OrderedTupleTable<TupleType,ConsumerType>
A table of
TupleType tuples that uses an internal order recorded via TupleMap. |
class |
PMapQuadTable
|
class |
PMapTripleTable
A
TripleTable employing persistent maps to index triples in one particular slot order (e.g. |
class |
PMapTupleTable<TupleMapType,TupleType,ConsumerType>
A partial implementation of
TupleTable that contains some common state management. |
class |
TriTable
A three-way
TripleTable using all of the available forms in TripleTableForm. |
Licenced under the Apache License, Version 2.0