public class LogStats
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
toString()
For convenience, the LogStats class has a toString method that lists
all the data fields.
|
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 java.lang.String toString()
toString
in class java.lang.Object