Uses of Interface
org.apache.jena.tdb1.store.nodetupletable.NodeTupleTable
Packages that use NodeTupleTable
Package
Description
-
Uses of NodeTupleTable in org.apache.jena.tdb1.solver
Methods in org.apache.jena.tdb1.solver with parameters of type NodeTupleTable -
Uses of NodeTupleTable in org.apache.jena.tdb1.store
Methods in org.apache.jena.tdb1.store that return NodeTupleTableModifier and TypeMethodDescriptionDatasetGraphTDB.chooseNodeTupleTable(org.apache.jena.graph.Node graphNode) DatasetPrefixesTDB.getNodeTupleTable()GraphTDB.getNodeTupleTable()The NodeTupleTable for this graph - valid only inside the transaction or non-transactional.TableBase.getNodeTupleTable()Constructors in org.apache.jena.tdb1.store with parameters of type NodeTupleTable -
Uses of NodeTupleTable in org.apache.jena.tdb1.store.bulkloader
Constructors in org.apache.jena.tdb1.store.bulkloader with parameters of type NodeTupleTableModifierConstructorDescriptionLoaderNodeTupleTable(NodeTupleTable nodeTupleTable, String itemsName, LoadMonitor monitor) -
Uses of NodeTupleTable in org.apache.jena.tdb1.store.nodetupletable
Classes in org.apache.jena.tdb1.store.nodetupletable that implement NodeTupleTableModifier and TypeClassDescriptionclassGroup a tuple table and node table together to provide a real NodeTupleTableclass(Read-only?) projection of another NodeTupleTable.classConstructors in org.apache.jena.tdb1.store.nodetupletable with parameters of type NodeTupleTableModifierConstructorDescriptionNodeTupleTableView(NodeTupleTable ntt, org.apache.jena.graph.Node prefix)