|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTree.BTreeRootInfo | |
org.dbxml.core.filer | Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
Uses of BTree.BTreeRootInfo in org.dbxml.core.filer |
Methods in org.dbxml.core.filer that return BTree.BTreeRootInfo | |
BTree.BTreeRootInfo |
BTree.BTreeRootInfo.getParent()
|
Methods in org.dbxml.core.filer with parameters of type BTree.BTreeRootInfo | |
long |
BTree.addValue(BTree.BTreeRootInfo root,
Value value,
long pointer)
addValue adds a Value to the BTree and associates a pointer with it. |
long |
BTree.removeValue(BTree.BTreeRootInfo root,
Value value)
removeValue removes a Value from the BTree and returns the associated pointer for it. |
long |
BTree.findValue(BTree.BTreeRootInfo root,
Value value)
findValue finds a Value in the BTree and returns the associated pointer for it. |
void |
BTree.query(BTree.BTreeRootInfo root,
IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
Constructors in org.dbxml.core.filer with parameters of type BTree.BTreeRootInfo | |
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
java.lang.String name,
long page)
|
|
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
Value name,
long page)
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |