Uses of Package
jdbm

Packages that use jdbm
jdbm Simplified public API corresponding to GDBM APIs. 
jdbm.btree B+Tree (scalable persistent tree) data structure implementation. 
jdbm.htree HTree (scalable persistent hashtable) data structure implementation. 
jdbm.recman Core classes for managing persistent objects and processing transactions. 
 

Classes in jdbm used by jdbm
RecordManager
          An interface to manages records, which are uninterpreted blobs of data.
 

Classes in jdbm used by jdbm.btree
RecordManager
          An interface to manages records, which are uninterpreted blobs of data.
 

Classes in jdbm used by jdbm.htree
RecordManager
          An interface to manages records, which are uninterpreted blobs of data.
 

Classes in jdbm used by jdbm.recman
RecordManager
          An interface to manages records, which are uninterpreted blobs of data.
RecordManagerProvider
          Provider of RecordManager implementation.
 



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