|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.DatabaseStats
com.sleepycat.je.BtreeStats
public class BtreeStats
Javadoc for this public class is generated via the doc templates in the doc_src directory.
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 |
---|
public BtreeStats()
Method Detail |
---|
public long getBottomInternalNodeCount()
public void setBottomInternalNodeCount(long val)
public long getDuplicateBottomInternalNodeCount()
public void setDuplicateBottomInternalNodeCount(long val)
public long getDeletedLeafNodeCount()
public void setDeletedLeafNodeCount(long val)
public long getDupCountLeafNodeCount()
public void setDupCountLeafNodeCount(long val)
public long getInternalNodeCount()
public void setInternalNodeCount(long val)
public long getDuplicateInternalNodeCount()
public void setDuplicateInternalNodeCount(long val)
public long getLeafNodeCount()
public void setLeafNodeCount(long val)
public int getMainTreeMaxDepth()
public void setMainTreeMaxDepth(int val)
public int getDuplicateTreeMaxDepth()
public void setDuplicateTreeMaxDepth(int val)
public long[] getINsByLevel()
public void setINsByLevel(long[] insByLevel)
public long[] getBINsByLevel()
public void setBINsByLevel(long[] binsByLevel)
public long[] getDINsByLevel()
public void setDINsByLevel(long[] dinsByLevel)
public long[] getDBINsByLevel()
public void setDBINsByLevel(long[] dbinsByLevel)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |