Uses of Class
jdbm.htree.HTree

Packages that use HTree
jdbm.htree HTree (scalable persistent hashtable) data structure implementation. 
 

Uses of HTree in jdbm.htree
 

Methods in jdbm.htree that return HTree
static HTree HTree.createInstance(RecordManager recman)
          Create a persistent hashtable.
static HTree HTree.load(RecordManager recman, long root_recid)
          Load a persistent hashtable
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.