com.sleepycat.je
Class BtreeStats

java.lang.Object
  extended by com.sleepycat.je.DatabaseStats
      extended by com.sleepycat.je.BtreeStats
All Implemented Interfaces:
Serializable

public class BtreeStats
extends DatabaseStats

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

Constructor Summary
BtreeStats()
           
 
Method Summary
 long[] getBINsByLevel()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getBottomInternalNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long[] getDBINsByLevel()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getDeletedLeafNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long[] getDINsByLevel()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getDupCountLeafNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getDuplicateBottomInternalNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getDuplicateInternalNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getDuplicateTreeMaxDepth()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long[] getINsByLevel()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getInternalNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getLeafNodeCount()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getMainTreeMaxDepth()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setBINsByLevel(long[] binsByLevel)
          Internal use only.
 void setBottomInternalNodeCount(long val)
          Internal use only.
 void setDBINsByLevel(long[] dbinsByLevel)
          Internal use only.
 void setDeletedLeafNodeCount(long val)
          Internal use only.
 void setDINsByLevel(long[] dinsByLevel)
          Internal use only.
 void setDupCountLeafNodeCount(long val)
          Internal use only.
 void setDuplicateBottomInternalNodeCount(long val)
          Internal use only.
 void setDuplicateInternalNodeCount(long val)
          Internal use only.
 void setDuplicateTreeMaxDepth(int val)
          Internal use only.
 void setINsByLevel(long[] insByLevel)
          Internal use only.
 void setInternalNodeCount(long val)
          Internal use only.
 void setLeafNodeCount(long val)
          Internal use only.
 void setMainTreeMaxDepth(int val)
          Internal use only.
 String toString()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BtreeStats

public BtreeStats()
Method Detail

getBottomInternalNodeCount

public long getBottomInternalNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setBottomInternalNodeCount

public void setBottomInternalNodeCount(long val)
Internal use only.


getDuplicateBottomInternalNodeCount

public long getDuplicateBottomInternalNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDuplicateBottomInternalNodeCount

public void setDuplicateBottomInternalNodeCount(long val)
Internal use only.


getDeletedLeafNodeCount

public long getDeletedLeafNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDeletedLeafNodeCount

public void setDeletedLeafNodeCount(long val)
Internal use only.


getDupCountLeafNodeCount

public long getDupCountLeafNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDupCountLeafNodeCount

public void setDupCountLeafNodeCount(long val)
Internal use only.


getInternalNodeCount

public long getInternalNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setInternalNodeCount

public void setInternalNodeCount(long val)
Internal use only.


getDuplicateInternalNodeCount

public long getDuplicateInternalNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDuplicateInternalNodeCount

public void setDuplicateInternalNodeCount(long val)
Internal use only.


getLeafNodeCount

public long getLeafNodeCount()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setLeafNodeCount

public void setLeafNodeCount(long val)
Internal use only.


getMainTreeMaxDepth

public int getMainTreeMaxDepth()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setMainTreeMaxDepth

public void setMainTreeMaxDepth(int val)
Internal use only.


getDuplicateTreeMaxDepth

public int getDuplicateTreeMaxDepth()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDuplicateTreeMaxDepth

public void setDuplicateTreeMaxDepth(int val)
Internal use only.


getINsByLevel

public long[] getINsByLevel()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setINsByLevel

public void setINsByLevel(long[] insByLevel)
Internal use only.


getBINsByLevel

public long[] getBINsByLevel()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setBINsByLevel

public void setBINsByLevel(long[] binsByLevel)
Internal use only.


getDINsByLevel

public long[] getDINsByLevel()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDINsByLevel

public void setDINsByLevel(long[] dinsByLevel)
Internal use only.


getDBINsByLevel

public long[] getDBINsByLevel()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDBINsByLevel

public void setDBINsByLevel(long[] dbinsByLevel)
Internal use only.


toString

public String toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.