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
ActionRecordManager
          Extends the RecordManager to allow callers to group their RecordManager interface calls into actions.
RecordManager
          An interface to manages records, which are uninterpreted blobs of data.
RecordManagerProvider
          Provider of RecordManager implementation.
 



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