|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileBTree.Node | |
iglu.util | A set of general purpose utilities. |
Uses of FileBTree.Node in iglu.util |
Methods in iglu.util that return FileBTree.Node | |
protected FileBTree.Node |
FileBTree.getNewNode()
|
protected FileBTree.Node |
FileBTree.createNewNodeFromFile()
|
protected FileBTree.Node |
FileBTree.getNode(long ptr)
|
protected FileBTree.Node |
FileBTree.readNodeFromFile(long ptr)
|
Methods in iglu.util with parameters of type FileBTree.Node | |
protected void |
FileBTree.writeNodeToFile(FileBTree.Node n,
boolean safe)
|
protected void |
FileBTree.writeNodeStatusSafe(FileBTree.Node n)
|
protected void |
FileBTree.splitChild(FileBTree.Node x,
int i,
FileBTree.Node y)
|
protected void |
FileBTree.splitChild(FileBTree.Node x,
int i,
FileBTree.Node y)
|
protected void |
FileBTree.insertNonfull(FileBTree.Node x,
byte[] key,
byte[] value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |