Package | Description |
---|---|
org.apache.jena.sparql.core.mem |
Types to support efficient in-memory dataset operations
|
Modifier and Type | Interface and Description |
---|---|
interface |
QuadTable
A simplex or multiplex table of
Quad s. |
interface |
TripleTable
A simplex or multiplex table of
Triple s. |
Modifier and Type | Class and Description |
---|---|
class |
HexTable
A six-way
QuadTable using all of the available forms in QuadTableForm . |
class |
PMapQuadTable
|
class |
PMapTripleTable
A
TripleTable employing persistent maps to index triples in one particular slot order (e.g. |
class |
PMapTupleTable<TupleMapType,TupleType>
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