Xindice API
version 1.2m1

org.apache.xindice.core.filer
Class BTree.BTreeRootInfo

java.lang.Object
  extended byorg.apache.xindice.core.filer.BTree.BTreeRootInfo
Enclosing class:
BTree

public final class BTree.BTreeRootInfo
extends Object

BTreeRootInfo


Constructor Summary
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent, String name, long page)
           
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent, Value name, long page)
           
BTree.BTreeRootInfo(String name, long page)
           
BTree.BTreeRootInfo(Value name, long page)
           
 
Method Summary
 Value getName()
           
 long getPage()
           
 BTree.BTreeRootInfo getParent()
           
 void setPage(long page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTree.BTreeRootInfo

public BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
                           String name,
                           long page)

BTree.BTreeRootInfo

public BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
                           Value name,
                           long page)

BTree.BTreeRootInfo

public BTree.BTreeRootInfo(String name,
                           long page)

BTree.BTreeRootInfo

public BTree.BTreeRootInfo(Value name,
                           long page)
Method Detail

getParent

public BTree.BTreeRootInfo getParent()

getName

public Value getName()

getPage

public long getPage()

setPage

public void setPage(long page)

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.