public interface PersistentTree
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.