Uses of Package
ccs.beetree

Packages that use ccs.beetree
ccs.beetree A B-Tree-based BLOB persistence engine. 
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
ccs.http Utility methods for HTTP servers. 
 

Classes in ccs.beetree used by ccs.beetree
BeeException
          A BeeTree (database) operation didn't work.
BeeObject
          A BeeObject is an object that is marshalled and stored in a BeeTree database file.
BeeTree
           A BeeTree provides storage, access and indexing to a collection of Binary Large OBjects (blobs) gathered together in a single disk file (which may have any name or extension).
BeeTreeCompactor
          Handles the problem of compacting a BeeTree.
BeeTreeFilter
          A BeeTreeFilter can be supplied to a BeeTreeCompactor to allow the objects in the database to be vetted as they pass.
BeeTreeObserver
          A BeeTreeObserver gets regular reports from BeeTreeCompactor as the compaction proceeds.
ConsistencyException
          A BeeTree has become corrupt.
DeadlockException
          Thrown by a BeeTree operation to indicate that the request to get a lock has timed out.
 

Classes in ccs.beetree used by ccs.cdb
BeeException
          A BeeTree (database) operation didn't work.
BeeObject
          A BeeObject is an object that is marshalled and stored in a BeeTree database file.
BeeTree
           A BeeTree provides storage, access and indexing to a collection of Binary Large OBjects (blobs) gathered together in a single disk file (which may have any name or extension).
BeeTreeObserver
          A BeeTreeObserver gets regular reports from BeeTreeCompactor as the compaction proceeds.
ConsistencyException
          A BeeTree has become corrupt.
DeadlockException
          Thrown by a BeeTree operation to indicate that the request to get a lock has timed out.
 

Classes in ccs.beetree used by ccs.http
BeeObject
          A BeeObject is an object that is marshalled and stored in a BeeTree database file.