|
Berkeley DB Java Edition version 1.5.3 |
||||||||||
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
The BtreeStats object is used to return Btree database statistics.
Constructor Summary | |
BtreeStats()
|
Method Summary | |
long[] |
getBINsByLevel()
Return the count of Bottom Internal Nodes per level, indexed by level. |
long |
getBottomInternalNodeCount()
Return the number of bottom internal nodes in the database tree. |
long[] |
getDBINsByLevel()
Return the count of Duplicate Bottom Internal Nodes per level, indexed by level. |
long |
getDeletedLeafNodeCount()
Return the number of key/data pairs in the database tree marked for deletion. |
long[] |
getDINsByLevel()
Return the count of Duplicate Internal Nodes per level, indexed by level. |
long |
getDupCountLeafNodeCount()
Return the number of duplicate count leaf nodes in the database tree. |
long |
getDuplicateBottomInternalNodeCount()
Return the number of duplicate bottom internal nodes in the database tree. |
long |
getDuplicateInternalNodeCount()
Return the number of duplicate internal nodes in the database tree. |
int |
getDuplicateTreeMaxDepth()
Return the maximum depth of the duplicate database trees. |
long[] |
getINsByLevel()
Return the count of Internal Nodes per level, indexed by level. |
long |
getInternalNodeCount()
Return the number of internal nodes in the database tree. |
long |
getLeafNodeCount()
Return the number of leaf nodes in the database tree. |
int |
getMainTreeMaxDepth()
Return the maximum depth of the main database tree. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BtreeStats()
Method Detail |
public long getBottomInternalNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getDuplicateBottomInternalNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getDeletedLeafNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getDupCountLeafNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getInternalNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getDuplicateInternalNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long getLeafNodeCount()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public int getMainTreeMaxDepth()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public int getDuplicateTreeMaxDepth()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long[] getINsByLevel()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long[] getBINsByLevel()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long[] getDINsByLevel()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
public long[] getDBINsByLevel()
The information is only included if the Database.getStats(com.sleepycat.je.StatsConfig)
call
was not configured by the StatsConfig.setFast(boolean)
method.
|
Berkeley DB Java Edition version 1.5.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |