com.sleepycat.je.tree
Class TreeStats
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nRootSplits
public int nRootSplits
- Number of times the root was split.
TreeStats
public TreeStats()
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.