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

Packages that use NodePool
org.jrdf.graph.index.graphhandler   
org.jrdf.graph.index.graphhandler.mem   
org.jrdf.graph.index.nodepool.mem   
 

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

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

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

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

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

Subinterfaces of NodePool in org.jrdf.graph.index.nodepool.mem
 interface NodePoolMem
          An extension of NodePools that handles in memory nodes.
 

Classes in org.jrdf.graph.index.nodepool.mem that implement NodePool
 class NodePoolMemImpl
          Stuff goes in here.