com.sleepycat.db
Class HashStats

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

public class HashStats
extends DatabaseStats


Method Summary
 int getBFree()
           
 int getBigBFree()
           
 int getBigPages()
           
 int getBuckets()
           
 int getDup()
           
 int getDupFree()
           
 int getFfactor()
           
 int getFree()
           
 int getMagic()
           
 int getMetaFlags()
           
 int getNumData()
           
 int getNumKeys()
           
 int getOverflows()
           
 int getOvflFree()
           
 int getPageSize()
           
 int getVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()

getFfactor

public int getFfactor()

getBuckets

public int getBuckets()

getFree

public int getFree()

getBFree

public int getBFree()

getBigPages

public int getBigPages()

getBigBFree

public int getBigBFree()

getOverflows

public int getOverflows()

getOvflFree

public int getOvflFree()

getDup

public int getDup()

getDupFree

public int getDupFree()

toString

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