com.sleepycat.db

Class HashStats

public class HashStats extends DatabaseStats

Method Summary
intgetBFree()
intgetBigBFree()
intgetBigPages()
intgetBuckets()
intgetDup()
intgetDupFree()
intgetFfactor()
intgetFree()
intgetMagic()
intgetMetaFlags()
intgetNumData()
intgetNumKeys()
intgetOverflows()
intgetOvflFree()
intgetPageSize()
intgetVersion()
StringtoString()

Method Detail

getBFree

public int getBFree()

getBigBFree

public int getBigBFree()

getBigPages

public int getBigPages()

getBuckets

public int getBuckets()

getDup

public int getDup()

getDupFree

public int getDupFree()

getFfactor

public int getFfactor()

getFree

public int getFree()

getMagic

public int getMagic()

getMetaFlags

public int getMetaFlags()

getNumData

public int getNumData()

getNumKeys

public int getNumKeys()

getOverflows

public int getOverflows()

getOvflFree

public int getOvflFree()

getPageSize

public int getPageSize()

getVersion

public int getVersion()

toString

public String toString()