|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeeObject | |
|---|---|
| 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. |
| Uses of BeeObject in ccs.beetree |
|---|
| Subclasses of BeeObject in ccs.beetree | |
|---|---|
class |
BeeGeneric
A fairly dumb BeeObject used as a transport by BeeCompactor. |
| Methods in ccs.beetree with parameters of type BeeObject | |
|---|---|
boolean |
BeeTreeFilter.btfFilter(BeeTree src,
BeeTree dest,
BeeObject bo)
The main filter function. |
void |
BeeTree.changeKey(BeeObject bo,
java.lang.String newkey)
Changes the key of the supplied object without changing its data. |
void |
BeeTree.delete(BeeObject bo)
Deletes the supplied object from the BeeTree. |
boolean |
BeeTree.findExact(BeeObject bo)
Finds an object from an exact key. |
boolean |
BeeTree.findExactKey(BeeObject bo)
As findExact, except that the object is not unmarshalled. |
boolean |
BeeTree.findFirst(BeeObject bo)
Finds an object from a partial key. |
boolean |
BeeTree.findFirstKey(BeeObject bo)
As findFirst, except that the object is not unmarshalled. |
void |
BeeTree.insert(BeeObject bo)
Inserts an object into the BeeTree. |
boolean |
BeeTree.next(BeeObject bo)
Find the next object. |
boolean |
BeeTree.nextKey(BeeObject bo)
As next, except the BeeObject is not unmarshalled. |
boolean |
BeeTree.nextMatch(BeeObject bo)
Find the next object which matches the partial key from the most recent findFirst. |
boolean |
BeeTree.nextMatchKey(BeeObject bo)
As nextMatch, except that the object is not unmarshalled. |
boolean |
BeeTree.prev(BeeObject bo)
Find the previous object, as next. |
boolean |
BeeTree.prevKey(BeeObject bo)
Find the previous object but don't unmarshal, as nextKey. |
void |
BeeTree.update(BeeObject bo)
Updates the object, which is already in the BeeTree. |
| Uses of BeeObject in ccs.cdb |
|---|
| Subclasses of BeeObject in ccs.cdb | |
|---|---|
class |
CDBDirectory
An object which stores a table of unique strings as a CDBObject. |
class |
CDBFile
A CDBFile wraps a java.io.File and allows it to be stored in a
CDB. |
class |
CDBFileMeta
The metadata stored for a CDBFile (qv.) |
class |
CDBFileSysObject
The common ancestor of CDBFile and CDBDirectory. |
class |
CDBObject
CDBObject is the abstract base class of all objects which can be persisted in a Checkpoint persistent object store, or "CDB". |
class |
MKCDBObject
Multipart-Key CDBObject. |
| Uses of BeeObject in ccs.http |
|---|
| Subclasses of BeeObject in ccs.http | |
|---|---|
class |
BrowserExecutable
Deprecated. No longer used, but still present in legacy conf.cdbs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||