Uses of Package
ccs.cdb

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

Classes in ccs.cdb used by ccs.cdb
CallbackStreamConsumer
          The object can consume a stream via a callback method.
CallbackStreamProducer
          The object produces a stream, which it can give to a CallbackStreamConsumer to process.
CDBDirectory
          An object which stores a table of unique strings as a CDBObject.
CDBeeTree
           CDBeeTree provides a persistent object store (a "CDB") based on the encrypted, concurrent BLOB persistence provided by BeeTree.
CDBFile
          A CDBFile wraps a java.io.File and allows it to be stored in a CDB.
CDBFileMeta
          The metadata stored for a CDBFile (qv.)
CDBFileSysObject
          The common ancestor of CDBFile and CDBDirectory.
CDBObject
          CDBObject is the abstract base class of all objects which can be persisted in a Checkpoint persistent object store, or "CDB".
MKCDBObject
          Multipart-Key CDBObject.
 

Classes in ccs.cdb used by ccs.http
CallbackStreamProducer
          The object produces a stream, which it can give to a CallbackStreamConsumer to process.
CDBeeTree
           CDBeeTree provides a persistent object store (a "CDB") based on the encrypted, concurrent BLOB persistence provided by BeeTree.
CDBObject
          CDBObject is the abstract base class of all objects which can be persisted in a Checkpoint persistent object store, or "CDB".