|
dbXML API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BTreeCallback | |
| org.dbxml.core.filer | Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
| Uses of BTreeCallback in org.dbxml.core.filer |
| Methods in org.dbxml.core.filer with parameters of type BTreeCallback | |
void |
BTree.query(IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
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. |
|
dbXML API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||