public interface CheckpointMBean
Modifier and Type | Method and Description |
---|---|
void |
checkpoint() |
int |
getCountCheckpoint() |
long |
getCountFlush() |
long |
getCountMarshal0() |
long |
getCountMarshalN() |
long |
getCountSnapshot() |
int |
getPeriodCheckpoint() |
java.lang.String |
getTimeOfNextCheckpoint() |
java.lang.String |
getTimeOfNextFlush() |
long |
getTotalTimeCheckpoint() |
long |
getTotalTimeFlush() |
long |
getTotalTimeMarshalN() |
long |
getTotalTimeSnapshot() |
int getCountCheckpoint()
long getCountMarshalN()
long getCountMarshal0()
long getCountFlush()
long getCountSnapshot()
long getTotalTimeMarshalN()
long getTotalTimeSnapshot()
long getTotalTimeFlush()
long getTotalTimeCheckpoint()
java.lang.String getTimeOfNextFlush()
java.lang.String getTimeOfNextCheckpoint()
void checkpoint()
int getPeriodCheckpoint()