Class NodeTableInline

java.lang.Object
org.apache.jena.tdb1.store.nodetable.NodeTableWrapper
org.apache.jena.tdb1.store.nodetable.NodeTableInline
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, NodeTable

public class NodeTableInline extends NodeTableWrapper
NodeTable wrapper to handle inline node ids. If a node can be made inline, then the underlying table never sees it. If an inline Nodeid is seen, it is decoded and returned without the underlying table being called.