|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistentTree
General interface for a tree that is disk-based, and should be closed after use.
| Method Summary | |
|---|---|
void |
close()
This should be called when done using the tree, to close disk files |
void |
printProfile()
Print out a profile (if one was collected) |
void |
setAllPermanent(boolean flag)
Establishes whether nodes should be held in RAM, or only held by soft references. |
| Method Detail |
|---|
void close()
void printProfile()
throws IOException
IOExceptionvoid setAllPermanent(boolean flag)
flag - True to hold nodes for the life of the tree, false
to hold only soft references to them.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||