java.lang.Object
org.apache.jena.tdb1.store.nodetable.NodeTableWrapper
org.apache.jena.tdb1.store.nodetable.NodeTableReadonly
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,NodeTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllocateNodeId(org.apache.jena.graph.Node node) Store the node in the node table (if not already present) and return the allocated Id.Methods inherited from class org.apache.jena.tdb1.store.nodetable.NodeTableWrapper
all, allocOffset, close, containsNode, containsNodeId, getNodeForNodeId, getNodeIdForNode, isEmpty, sync, wrapped
-
Constructor Details
-
NodeTableReadonly
-
-
Method Details
-
getAllocateNodeId
Description copied from interface:NodeTableStore the node in the node table (if not already present) and return the allocated Id.- Specified by:
getAllocateNodeIdin interfaceNodeTable- Overrides:
getAllocateNodeIdin classNodeTableWrapper
-