Project JXTA

Uses of Class
net.jxta.impl.xindice.core.filer.BTree.BTreeRootInfo

Packages that use BTree.BTreeRootInfo
net.jxta.impl.xindice.core.filer   
 

Uses of BTree.BTreeRootInfo in net.jxta.impl.xindice.core.filer
 

Methods in net.jxta.impl.xindice.core.filer that return BTree.BTreeRootInfo
protected  BTree.BTreeRootInfo BTree.createBTreeRoot(Value v)
          createBTreeRoot creates a new BTree root node in the BTree file based on the provided value for the main tree.
protected  BTree.BTreeRootInfo BTree.createBTreeRoot(BTree.BTreeRootInfo root, Value v)
          createBTreeRoot creates a new BTree root node in the BTree file based on the provided root information, and value for the tree.
protected  BTree.BTreeRootInfo BTree.findBTreeRoot(Value v)
          findBTreeRoot searches for a BTreeRoot in the file and returns the BTreeRootInfo for the specified value based on the main tree.
protected  BTree.BTreeRootInfo BTree.findBTreeRoot(BTree.BTreeRootInfo root, Value v)
          findBTreeRoot searches for a BTreeRoot in the file and returns the BTreeRootInfo for the specified value based on the provided BTreeRootInfo value.
 BTree.BTreeRootInfo BTree.BTreeRootInfo.getParent()
           
 

Methods in net.jxta.impl.xindice.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.
protected  BTree.BTreeRootInfo BTree.createBTreeRoot(BTree.BTreeRootInfo root, Value v)
          createBTreeRoot creates a new BTree root node in the BTree file based on the provided root information, and value for the tree.
protected  BTree.BTreeRootInfo BTree.findBTreeRoot(BTree.BTreeRootInfo root, Value v)
          findBTreeRoot searches for a BTreeRoot in the file and returns the BTreeRootInfo for the specified value based on the provided BTreeRootInfo value.
protected  void BTree.setRootNode(BTree.BTreeRootInfo root, net.jxta.impl.xindice.core.filer.BTree.BTreeNode newRoot)
          setRootNode resets the root for the specified root object to the provided BTreeNode's page number.
protected  net.jxta.impl.xindice.core.filer.BTree.BTreeNode BTree.getRootNode(BTree.BTreeRootInfo root)
          getRootNode retreives the BTree node for the specified root object.
 

Constructors in net.jxta.impl.xindice.core.filer with parameters of type BTree.BTreeRootInfo
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent, String name, long page)
           
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent, Value name, long page)
           
 


JXTA J2SE