Project JXTA

Uses of Interface
net.jxta.impl.xindice.core.filer.BTreeCallback

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.
 


JXTA J2SE