Uses of Class
org.apache.jena.tdb1.store.NodeId
Packages that use NodeId
Package
Description
-
Uses of NodeId in org.apache.jena.tdb1.index
Method parameters in org.apache.jena.tdb1.index with type arguments of type NodeId -
Uses of NodeId in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib that return NodeIdMethods in org.apache.jena.tdb1.lib that return types with arguments of type NodeIdModifier and TypeMethodDescriptionTupleLib.convertToNodeId(NodeTable nodeTable, Iterator<org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>> iter) static org.apache.jena.atlas.lib.tuple.Tuple<NodeId>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) Method parameters in org.apache.jena.tdb1.lib with type arguments of type NodeIdModifier and TypeMethodDescriptionstatic 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 Iterator<org.apache.jena.graph.Node>static RecordTupleLib.record(RecordFactory factory, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> tuple, ColumnMap cMap) 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) -
Uses of NodeId in org.apache.jena.tdb1.solver
Methods in org.apache.jena.tdb1.solver that return NodeIdMethods in org.apache.jena.tdb1.solver that return types with arguments of type NodeIdModifier and TypeMethodDescriptionQC2.getFilter(org.apache.jena.sparql.util.Context context) SolverLibTDB.unionGraph(NodeTupleTable ntt) Methods in org.apache.jena.tdb1.solver with parameters of type NodeIdModifier and TypeMethodDescriptionvoidMethod parameters in org.apache.jena.tdb1.solver with type arguments of type NodeIdModifier and TypeMethodDescriptionstatic org.apache.jena.sparql.engine.QueryIteratorPatternMatchTDB1.execute(DatasetGraphTDB ds, org.apache.jena.graph.Node graphNode, org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.QueryIterator input, Predicate<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) Non-reordering execution of a quad pattern, given an iterator of bindings as input.static org.apache.jena.sparql.engine.QueryIteratorPatternMatchTDB1.execute(GraphTDB graph, org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.QueryIterator input, Predicate<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) Non-reordering execution of a basic graph pattern, given an iterator of bindings as inputstatic voidQC2.setFilter(org.apache.jena.sparql.util.Context context, Predicate<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> filter) -
Uses of NodeId in org.apache.jena.tdb1.store
Fields in org.apache.jena.tdb1.store declared as NodeIdModifier and TypeFieldDescriptionstatic final NodeIdNodeId.NodeDoesNotExiststatic final NodeIdNodeId.NodeIdAnyMethods in org.apache.jena.tdb1.store that return NodeIdModifier and TypeMethodDescriptionstatic NodeIdNodeId.create(byte[] b) static NodeIdNodeId.create(byte[] b, int idx) static NodeIdNodeId.create(long value) static NodeIdNodeId.create(ByteBuffer b) static NodeIdNodeId.create(ByteBuffer b, int idx) static NodeIdNodeId.inline(org.apache.jena.graph.Node node) Encode a node as an inline literal.Methods in org.apache.jena.tdb1.store with parameters of type NodeIdModifier and TypeMethodDescriptionstatic org.apache.jena.graph.NodeDecode an inline nodeID, return null if not an inline nodestatic final booleanstatic final booleanNodeId.isConcrete(NodeId nodeId) static final booleanNodeId.isDoesNotExist(NodeId nodeId) static boolean -
Uses of NodeId in org.apache.jena.tdb1.store.nodetable
Methods in org.apache.jena.tdb1.store.nodetable that return NodeIdModifier and TypeMethodDescriptionNodeTable.allocOffset()The offset needed to predicate allocation difference between persistent tables - internal functionNodeTableCache.allocOffset()NodeTableLogger.allocOffset()NodeTableNative.allocOffset()NodeTableWrapper.allocOffset()NodeTable.getAllocateNodeId(org.apache.jena.graph.Node node) Store the node in the node table (if not already present) and return the allocated Id.NodeTableCache.getAllocateNodeId(org.apache.jena.graph.Node node) Find the NodeId for a node, allocating a new NodeId if the Node does not yet have a NodeIdfinal NodeIdNodeTableInline.getAllocateNodeId(org.apache.jena.graph.Node node) NodeTableLogger.getAllocateNodeId(org.apache.jena.graph.Node node) NodeTableNative.getAllocateNodeId(org.apache.jena.graph.Node node) Find the NodeId for a node, allocating a new NodeId if the Node does not yet have a NodeIdNodeTableReadonly.getAllocateNodeId(org.apache.jena.graph.Node node) NodeTableWrapper.getAllocateNodeId(org.apache.jena.graph.Node node) NodeTable.getNodeIdForNode(org.apache.jena.graph.Node node) Look up node and return the NodeId - return NodeId.NodeDoesNotExist if not foundNodeTableCache.getNodeIdForNode(org.apache.jena.graph.Node node) Find the NodeId for a node, or return NodeId.NodeDoesNotExistfinal NodeIdNodeTableInline.getNodeIdForNode(org.apache.jena.graph.Node node) NodeTableLogger.getNodeIdForNode(org.apache.jena.graph.Node node) NodeTableNative.getNodeIdForNode(org.apache.jena.graph.Node node) Find the NodeId for a node, or return NodeId.NodeDoesNotExistNodeTableWrapper.getNodeIdForNode(org.apache.jena.graph.Node node) Methods in org.apache.jena.tdb1.store.nodetable that return types with arguments of type NodeIdModifier and TypeMethodDescriptionNodeTable.all()Iterate over all nodes (not necessarily fast).NodeTableCache.all()NodeTableLogger.all()NodeTableNative.all()NodeTableWrapper.all()Methods in org.apache.jena.tdb1.store.nodetable with parameters of type NodeIdModifier and TypeMethodDescriptionbooleanNodeTable.containsNodeId(NodeId nodeId) Test whether the node table contains an entry for nodebooleanNodeTableCache.containsNodeId(NodeId nodeId) booleanNodeTableLogger.containsNodeId(NodeId id) booleanNodeTableNative.containsNodeId(NodeId nodeId) booleanNodeTableWrapper.containsNodeId(NodeId nodeId) org.apache.jena.graph.NodeNodeTable.getNodeForNodeId(NodeId id) Look up node id and return the Node - return null if not foundorg.apache.jena.graph.NodeNodeTableCache.getNodeForNodeId(NodeId id) Get the Node for this NodeId, or null if nonefinal org.apache.jena.graph.NodeNodeTableInline.getNodeForNodeId(NodeId id) org.apache.jena.graph.NodeNodeTableLogger.getNodeForNodeId(NodeId id) org.apache.jena.graph.NodeNodeTableNative.getNodeForNodeId(NodeId id) Get the Node for this NodeId, or null if noneorg.apache.jena.graph.NodeNodeTableWrapper.getNodeForNodeId(NodeId id) -
Uses of NodeId in org.apache.jena.tdb1.store.nodetupletable
Methods in org.apache.jena.tdb1.store.nodetupletable that return types with arguments of type NodeIdModifier and TypeMethodDescriptionFind by NodeId.Find by NodeId.Find by NodeId.Find by NodeId.NodeTupleTable.findAll()Find all tuplesNodeTupleTableConcrete.findAll()NodeTupleTableWrapper.findAll()NodeTupleTable.findAsNodeIds(org.apache.jena.graph.Node... nodes) Find by node - return an iterator of NodeIds.NodeTupleTableConcrete.findAsNodeIds(org.apache.jena.graph.Node... nodes) Find by node - return an iterator of NodeIds.NodeTupleTableView.findAsNodeIds(org.apache.jena.graph.Node... nodes) NodeTupleTableWrapper.findAsNodeIds(org.apache.jena.graph.Node... nodes) Methods in org.apache.jena.tdb1.store.nodetupletable with parameters of type NodeIdModifier and TypeMethodDescriptionFind by NodeId.Find by NodeId.Method parameters in org.apache.jena.tdb1.store.nodetupletable with type arguments of type NodeIdModifier and TypeMethodDescriptionFind by NodeId.Find by NodeId. -
Uses of NodeId in org.apache.jena.tdb1.store.tupletable
Methods in org.apache.jena.tdb1.store.tupletable that return types with arguments of type NodeIdModifier and TypeMethodDescriptionTupleIndex.all()return an iterator of everythingTupleIndexRecord.all()TupleIndexWrapper.all()Find all matching tuples - a slot of NodeId.NodeIdAny (or null) means match any.Find all matching tuples - a slot of NodeId.NodeIdAny (or null) means match any.Find all matching tuples - a slot of NodeId.NodeIdAny (or null) means match anyTupleIndex.scan(Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> pattern) Method parameters in org.apache.jena.tdb1.store.tupletable with type arguments of type NodeIdModifier and TypeMethodDescriptionbooleanInsert a tuple - return true if it was really added, false if it was a duplicatefinal booleanInsert a tuple - return true if it was really added, false if it was a duplicatebooleanbooleanInsert a tuple - return true if it was really added, false if it was a duplicatebooleanDelete a tuple - return true if it was deleted, false if it didn't existfinal booleanDelete a tuple - return true if it was deleted, false if it didn't existbooleanbooleanDelete a tuple - return true if it was deleted, false if it didn't existFind all matching tuples - a slot of NodeId.NodeIdAny (or null) means match any.Find all matching tuples - a slot of NodeId.NodeIdAny (or null) means match any.Find all matching tuples - a slot of NodeId.NodeIdAny (or null) means match anyTupleIndex.scan(Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> pattern) TupleIndex.scan(Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> iter, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> pattern) intWeight a pattern - specified in normal order (not index order).final intint -
Uses of NodeId in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return NodeIdModifier and TypeMethodDescriptionstatic NodeIdTDBInternal.getNodeId(org.apache.jena.query.Dataset ds, org.apache.jena.graph.Node node) Return the NodeId for a node.static NodeIdTDBInternal.getNodeId(org.apache.jena.sparql.core.DatasetGraph ds, org.apache.jena.graph.Node node) Return the NodeId for a node.static NodeIdTDBInternal.getNodeId(DatasetGraphTDB dsg, org.apache.jena.graph.Node node) Return the NodeId for a node.static NodeIdDebugTDB.lookup(DatasetGraphTDB dsg, org.apache.jena.graph.Node n) Methods in org.apache.jena.tdb1.sys with parameters of type NodeIdModifier and TypeMethodDescriptionstatic org.apache.jena.graph.NodeReturn the node for a NodeId (if any).static org.apache.jena.graph.NodeReturn the node for a NodeId (if any).static org.apache.jena.graph.NodeTDBInternal.getNode(DatasetGraphTDB dsg, NodeId nodeId) Return the node for a NodeId (if any).