Uses of Package
org.jrdf.graph.local.index.nodepool

Packages that use org.jrdf.graph.local.index.nodepool
org.jrdf.graph.local   
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   
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local
Localizer
          Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool.
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodePoolFactory
          One level of indirection for node pools - used to create either in memory or on disk node pools.
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.disk.iterator
Localizer
          Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool.
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.index.graphhandler
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.index.nodepool
Localizer
          Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool.
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodeTypePool
           
StringNodeMapper
           
StringNodeMapperFactory
           
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.index.nodepool.bdb
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodePoolFactory
          One level of indirection for node pools - used to create either in memory or on disk node pools.
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.index.nodepool.db4o
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodePoolFactory
          One level of indirection for node pools - used to create either in memory or on disk node pools.
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.index.nodepool.mem
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodePoolFactory
          One level of indirection for node pools - used to create either in memory or on disk node pools.
 

Classes in org.jrdf.graph.local.index.nodepool used by org.jrdf.graph.local.iterator
Localizer
          Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool.
NodePool
          Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).