|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.LogStats
public class LogStats
Log statistics for a database environment.
Method Summary | |
---|---|
int |
getCurFile()
TODO |
int |
getCurOffset()
TODO |
int |
getDiskFile()
TODO |
int |
getDiskOffset()
TODO |
int |
getLgBSize()
TODO |
int |
getLgSize()
TODO |
int |
getMagic()
TODO |
int |
getMaxCommitperflush()
TODO |
int |
getMinCommitperflush()
TODO |
int |
getMode()
TODO |
long |
getRCount()
TODO |
long |
getRecord()
TODO |
long |
getRegionNowait()
TODO |
long |
getRegionWait()
TODO |
int |
getRegSize()
TODO |
long |
getSCount()
TODO |
int |
getVersion()
TODO |
int |
getWBytes()
TODO |
int |
getWcBytes()
TODO |
int |
getWcMbytes()
TODO |
long |
getWCount()
TODO |
long |
getWCountFill()
TODO |
int |
getWMbytes()
TODO |
String |
toString()
For convenience, the LogStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getMagic()
public int getVersion()
public int getMode()
public int getLgBSize()
public int getLgSize()
public int getWcBytes()
public int getWcMbytes()
public long getRecord()
public int getWBytes()
public int getWMbytes()
public long getWCount()
public long getWCountFill()
public long getRCount()
public long getSCount()
public long getRegionWait()
public long getRegionNowait()
public int getCurFile()
public int getCurOffset()
public int getDiskFile()
public int getDiskOffset()
public int getMaxCommitperflush()
public int getMinCommitperflush()
public int getRegSize()
public String toString()
toString
in class Object
|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |