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

Interface Summary
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.
NodeTypePool  
StringNodeMapper  
StringNodeMapperFactory  
 

Class Summary
LocalizerImpl  
NodePoolImpl  
NodeTypePoolImpl  
StringNodeMapperFactoryImpl  
StringNodeMapperImpl