com.sleepycat.db
Class LogStats
java.lang.Object
com.sleepycat.db.LogStats
public class LogStats
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getMagic
public int getMagic()
getVersion
public int getVersion()
getMode
public int getMode()
getLgBSize
public int getLgBSize()
getLgSize
public int getLgSize()
getRecord
public int getRecord()
getWBytes
public int getWBytes()
getWMbytes
public int getWMbytes()
getWcBytes
public int getWcBytes()
getWcMbytes
public int getWcMbytes()
getWCount
public int getWCount()
getWCountFill
public int getWCountFill()
getRCount
public int getRCount()
getSCount
public int getSCount()
getRegionWait
public int getRegionWait()
getRegionNowait
public int getRegionNowait()
getCurFile
public int getCurFile()
getCurOffset
public int getCurOffset()
getDiskFile
public int getDiskFile()
getDiskOffset
public int getDiskOffset()
getRegSize
public int getRegSize()
getMaxCommitperflush
public int getMaxCommitperflush()
getMinCommitperflush
public int getMinCommitperflush()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object