|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsistencyException | |
---|---|
ccs.beetree | A B-Tree-based BLOB persistence engine. |
ccs.cdb | Object-persistence layer on top of the BeeTree BLOB-persistence engine. |
Uses of ConsistencyException in ccs.beetree |
---|
Methods in ccs.beetree that throw ConsistencyException | |
---|---|
void |
BeeTree.delete(BeeObject bo)
Deletes the supplied object from the BeeTree. |
long |
BeeTree.getTotalFree()
Returns the total amount of free space inside the BeeTree. |
int |
BeeTree.getTotalSpaces()
Returns the number of free spaces inside the BeeTree. |
void |
BeeTree.insert(BeeObject bo)
Inserts an object into the BeeTree. |
Uses of ConsistencyException in ccs.cdb |
---|
Methods in ccs.cdb that throw ConsistencyException | |
---|---|
long |
CDBeeTree.getTotalFree()
Returns the total amount of free space inside the CDB. |
int |
CDBeeTree.getTotalSpaces()
Returns the number of free spaces inside the CDB. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |