Uses of Interface
org.apache.jena.sparql.core.mem.TripleTable
-
Packages that use TripleTable Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of TripleTable in org.apache.jena.sparql.core.mem
Classes in org.apache.jena.sparql.core.mem that implement TripleTable Modifier and Type Class Description classPMapTripleTableATripleTableemploying persistent maps to index triples in one particular slot order (e.g.classTriTableA three-wayTripleTableusing all of the available forms inTripleTableForm.Methods in org.apache.jena.sparql.core.mem that return TripleTable Modifier and Type Method Description TripleTableTripleTableForm. get()Constructors in org.apache.jena.sparql.core.mem with parameters of type TripleTable Constructor Description DatasetGraphInMemory(QuadTable i, TripleTable t)
-