|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTreeCallback | |
---|---|
net.jxta.impl.cm | |
net.jxta.impl.xindice.core.filer |
Uses of BTreeCallback in net.jxta.impl.cm |
---|
Classes in net.jxta.impl.cm that implement BTreeCallback | |
---|---|
static class |
Indexer.SearchCallback
|
Methods in net.jxta.impl.cm with parameters of type BTreeCallback | |
---|---|
void |
Indexer.search(IndexQuery query,
String name,
BTreeCallback callback)
|
Constructors in net.jxta.impl.cm with parameters of type BTreeCallback | |
---|---|
Indexer.SearchCallback(BTreeFiler listDB,
BTreeCallback callback)
|
Uses of BTreeCallback in net.jxta.impl.xindice.core.filer |
---|
Methods in net.jxta.impl.xindice.core.filer with parameters of type BTreeCallback | |
---|---|
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. |
void |
BTree.query(IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |