Uses of Interface
org.apache.jena.sparql.core.mem.TupleTable
-
Packages that use TupleTable Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of TupleTable in org.apache.jena.sparql.core.mem
Subinterfaces of TupleTable in org.apache.jena.sparql.core.mem Modifier and Type Interface Description interfaceQuadTableA simplex or multiplex table ofQuads.interfaceTripleTableA simplex or multiplex table ofTriples.Classes in org.apache.jena.sparql.core.mem that implement TupleTable Modifier and Type Class Description classHexTableA six-wayQuadTableusing all of the available forms inQuadTableForm.classOrderedTupleTable<TupleType,ConsumerType>A table ofTupleTypetuples that uses an internal order recorded viaTupleMap.classPMapQuadTableAn implementation ofQuadTablebased on the use of nestedPMaps.classPMapTripleTableATripleTableemploying persistent maps to index triples in one particular slot order (e.g.classPMapTupleTable<TupleMapType,TupleType,ConsumerType>A partial implementation ofTupleTablethat contains some common state management.classTriTableA three-wayTripleTableusing all of the available forms inTripleTableForm.
-