Uses of Interface
org.apache.jena.tdb1.store.nodetable.NodeTable
Packages that use NodeTable
Package
Description
-
Uses of NodeTable in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib with parameters of type NodeTableModifier and TypeMethodDescriptionTupleLib.convertToNodeId(NodeTable nodeTable, Iterator<org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>> iter) static Iterator<org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>>TupleLib.convertToNodes(NodeTable nodeTable, Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter) static Iterator<org.apache.jena.sparql.core.Quad>TupleLib.convertToQuads(NodeTable nodeTable, Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter) static Iterator<org.apache.jena.graph.Triple>TupleLib.convertToTriples(NodeTable nodeTable, Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter) static voidDumpOps.dumpNodeTable(NodeTable nodeTable, Set<NodeTable> dumpedNodeTables) static Iterator<org.apache.jena.graph.Node>static org.apache.jena.atlas.lib.tuple.Tuple<NodeId>TupleLib.tupleNodeIds(NodeTable nodeTable, org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node> nodes) static org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>TupleLib.tupleNodes(NodeTable nodeTable, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> ids) Method parameters in org.apache.jena.tdb1.lib with type arguments of type NodeTableModifier and TypeMethodDescriptionstatic voidDumpOps.dumpNodeTable(NodeTable nodeTable, Set<NodeTable> dumpedNodeTables) -
Uses of NodeTable in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup that return NodeTableModifier and TypeMethodDescriptionstatic NodeTableBuild.makeNodeTable(Location location) static NodeTableBuild.makeNodeTable(Location location, String indexNode2Id, int node2NodeIdCacheSize, String indexId2Node, int nodeId2NodeCacheSize, int sizeNodeMissCacheSize) static NodeTableBuild.makeNodeTable(Location location, StoreParams params) DatasetBuilderStd.makeNodeTable(Location location, StoreParams params) -
Uses of NodeTable in org.apache.jena.tdb1.solver
Constructors in org.apache.jena.tdb1.solver with parameters of type NodeTable -
Uses of NodeTable in org.apache.jena.tdb1.solver.stats
Constructors in org.apache.jena.tdb1.solver.stats with parameters of type NodeTable -
Uses of NodeTable in org.apache.jena.tdb1.store
Constructors in org.apache.jena.tdb1.store with parameters of type NodeTableModifierConstructorDescriptionQuadTable(TupleIndex[] indexes, NodeTable nodeTable, DatasetControl policy) TripleTable(TupleIndex[] indexes, NodeTable nodeTable, DatasetControl policy) -
Uses of NodeTable in org.apache.jena.tdb1.store.nodetable
Classes in org.apache.jena.tdb1.store.nodetable that implement NodeTableModifier and TypeClassDescriptionclassCache wrapper around a NodeTable.classNodeTable wrapper to handle inline node ids.classclassA concrete NodeTable based on native storage (string file and an index)classclassMethods in org.apache.jena.tdb1.store.nodetable that return NodeTableModifier and TypeMethodDescriptionstatic NodeTableNodeTableCache.create(NodeTable nodeTable, int nodeToIdCacheSize, int idToNodeCacheSize, int nodeMissesCacheSize) static NodeTableNodeTableCache.create(NodeTable nodeTable, StoreParams params) static NodeTableNodeTable.wrapped()Return a NodeTable if this instance wraps another, else return nullfinal NodeTableNodeTableCache.wrapped()NodeTableLogger.wrapped()NodeTableNative.wrapped()final NodeTableNodeTableWrapper.wrapped()Methods in org.apache.jena.tdb1.store.nodetable with parameters of type NodeTableModifier and TypeMethodDescriptionstatic NodeTableNodeTableCache.create(NodeTable nodeTable, int nodeToIdCacheSize, int idToNodeCacheSize, int nodeMissesCacheSize) static NodeTableNodeTableCache.create(NodeTable nodeTable, StoreParams params) static NodeTablestatic voidConstructors in org.apache.jena.tdb1.store.nodetable with parameters of type NodeTableModifierConstructorDescriptionNodeTableLogger(String label, NodeTable nodeTable) NodeTableReadonly(NodeTable nodeTable) -
Uses of NodeTable in org.apache.jena.tdb1.store.nodetupletable
Methods in org.apache.jena.tdb1.store.nodetupletable that return NodeTableModifier and TypeMethodDescriptionNodeTupleTable.getNodeTable()Return the node tablefinal NodeTableNodeTupleTableConcrete.getNodeTable()Return the node tableNodeTupleTableWrapper.getNodeTable()Constructors in org.apache.jena.tdb1.store.nodetupletable with parameters of type NodeTableModifierConstructorDescriptionNodeTupleTableConcrete(int N, TupleIndex[] indexes, NodeTable nodeTable, DatasetControl dsControl)