Uses of Interface
org.apache.jena.sparql.core.mem.TransactionalComponent
-
Packages that use TransactionalComponent Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of TransactionalComponent in org.apache.jena.sparql.core.mem
Subinterfaces of TransactionalComponent in org.apache.jena.sparql.core.mem Modifier and Type Interface Description interfaceQuadTableA simplex or multiplex table ofQuads.interfaceTripleTableA simplex or multiplex table ofTriples.interfaceTupleTable<TupleType>A mutable table of tuples.Classes in org.apache.jena.sparql.core.mem that implement TransactionalComponent 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.
-