Uses of Interface
org.jrdf.graph.local.index.nodepool.NodePool

Packages that use NodePool
org.jrdf.graph.local.disk.iterator   
org.jrdf.graph.local.index.graphhandler   
org.jrdf.graph.local.index.nodepool   
org.jrdf.graph.local.index.nodepool.bdb   
org.jrdf.graph.local.index.nodepool.db4o   
org.jrdf.graph.local.index.nodepool.mem   
org.jrdf.graph.local.iterator   
org.jrdf.graph.local.mem This package is an implementation of the JRDF Graph API. 
org.jrdf.graph.local.mem.iterator   
 

Uses of NodePool in org.jrdf.graph.local.disk.iterator
 

Constructors in org.jrdf.graph.local.disk.iterator with parameters of type NodePool
DiskIteratorFactory(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, NodePool newNodePool, Localizer newLocalizer, TripleBTree[] newTrees)
           
 

Uses of NodePool in org.jrdf.graph.local.index.graphhandler
 

Fields in org.jrdf.graph.local.index.graphhandler declared as NodePool
protected  NodePool AbstractGraphHandler.nodePool
           
 

Constructors in org.jrdf.graph.local.index.graphhandler with parameters of type NodePool
GraphHandler012(LongIndex[] indexes, NodePool newNodePool)
           
GraphHandler120(LongIndex[] indexes, NodePool nodePool)
           
GraphHandler201(LongIndex[] indexes, NodePool nodePool)
           
 

Uses of NodePool in org.jrdf.graph.local.index.nodepool
 

Classes in org.jrdf.graph.local.index.nodepool that implement NodePool
 class NodePoolImpl
           
 

Methods in org.jrdf.graph.local.index.nodepool that return NodePool
 NodePool NodePoolFactory.createNodePool()
          Create a new node pool.
 

Methods in org.jrdf.graph.local.index.nodepool with parameters of type NodePool
 void NodeTypePoolImpl.addNodeValues(NodePool nodePool, List<Map<Long,String>> values)
           
 void NodeTypePool.addNodeValues(NodePool nodePool, List<Map<Long,String>> values)
           
 

Constructors in org.jrdf.graph.local.index.nodepool with parameters of type NodePool
LocalizerImpl(NodePool newNodePool, StringNodeMapper newMapper)
           
 

Uses of NodePool in org.jrdf.graph.local.index.nodepool.bdb
 

Methods in org.jrdf.graph.local.index.nodepool.bdb that return NodePool
 NodePool BdbNodePoolFactory.createNodePool()
           
 

Uses of NodePool in org.jrdf.graph.local.index.nodepool.db4o
 

Methods in org.jrdf.graph.local.index.nodepool.db4o that return NodePool
 NodePool Db4oNodePoolFactory.createNodePool()
           
 

Uses of NodePool in org.jrdf.graph.local.index.nodepool.mem
 

Methods in org.jrdf.graph.local.index.nodepool.mem that return NodePool
 NodePool MemNodePoolFactory.createNodePool()
           
 

Uses of NodePool in org.jrdf.graph.local.iterator
 

Constructors in org.jrdf.graph.local.iterator with parameters of type NodePool
NodeTypeIterator(Iterator<Long> newIterator, NodePool newNodePool)
           
 

Uses of NodePool in org.jrdf.graph.local.mem
 

Constructors in org.jrdf.graph.local.mem with parameters of type NodePool
GraphImpl(LongIndex[] longIndexes, NodePool newNodePool, IteratorFactory newIteratorFactory, ReadWriteGraph newWritableGraph, ResourceFactory newResourceFactory)
          Default constructor.
ReadWriteGraphImpl(LongIndex[] newIndexes, NodePool newNodePool, IteratorFactory newIteratorFactory)
           
WritableGraphImpl(LongIndex[] newLongIndexes, NodePool newNodePool, Localizer newLocalizer)
           
 

Uses of NodePool in org.jrdf.graph.local.mem.iterator
 

Constructors in org.jrdf.graph.local.mem.iterator with parameters of type NodePool
AnyResourceIterator(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, ResourceFactory newResourceFactory, NodePool newNodePool)
           
AnyResourcePredicateIterator(LongIndex newLongIndex, NodePool newNodePool)
           
FixedResourcePredicateIterator(Long newResource, LongIndex spoIndex, LongIndex posIndex, NodePool newNodePool)
           
MemIteratorFactory(LongIndex[] longIndexes, GraphHandler[] graphHandlers, NodePool nodePool)
           
URIReferenceResourceIterator(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, ResourceFactory newResourceFactory, NodePool newNodePool)