com.sleepycat.je.tree
Class TreeStats

java.lang.Object
  extended by com.sleepycat.je.tree.TreeStats

public final class TreeStats
extends Object

A class that provides interesting stats about a particular tree.


Field Summary
 int nRootSplits
          Number of times the root was split.
 
Constructor Summary
TreeStats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nRootSplits

public int nRootSplits
Number of times the root was split.

Constructor Detail

TreeStats

public TreeStats()


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