com.sleepycat.db
Class BtreeStats

java.lang.Object
  extended by com.sleepycat.db.DatabaseStats
      extended by com.sleepycat.db.BtreeStats

public class BtreeStats
extends DatabaseStats


Constructor Summary
protected BtreeStats()
           
 
Method Summary
 int getDupPages()
           
 int getDupPagesFree()
           
 int getEmptyPages()
           
 int getFree()
           
 int getIntPages()
           
 int getIntPagesFree()
           
 int getLeafPages()
           
 int getLeafPagesFree()
           
 int getLevels()
           
 int getMagic()
           
 int getMaxKey()
           
 int getMetaFlags()
           
 int getMinKey()
           
 int getNumData()
           
 int getNumKeys()
           
 int getOverPages()
           
 int getOverPagesFree()
           
 int getPageSize()
           
 int getReLen()
           
 int getRePad()
           
 int getVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BtreeStats

protected BtreeStats()
Method Detail

getMagic

public int getMagic()

getVersion

public int getVersion()

getMetaFlags

public int getMetaFlags()

getNumKeys

public int getNumKeys()

getNumData

public int getNumData()

getPageSize

public int getPageSize()

getMaxKey

public int getMaxKey()

getMinKey

public int getMinKey()

getReLen

public int getReLen()

getRePad

public int getRePad()

getLevels

public int getLevels()

getIntPages

public int getIntPages()

getLeafPages

public int getLeafPages()

getDupPages

public int getDupPages()

getOverPages

public int getOverPages()

getEmptyPages

public int getEmptyPages()

getFree

public int getFree()

getIntPagesFree

public int getIntPagesFree()

getLeafPagesFree

public int getLeafPagesFree()

getDupPagesFree

public int getDupPagesFree()

getOverPagesFree

public int getOverPagesFree()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object