public interface IRuntimeMonitor
限定符和类型 | 方法和说明 |
---|---|
void |
addMemoryAndCheck(long memory) |
void |
addUnitCount(int count) |
void |
checkAddBeCount(int count) |
void |
checkAddBoxCeCount(int count) |
void |
checkAddUnitCount(int count,
int memoryPerUnit) |
void |
checkPoint() |
IRuntimeInfo |
getCurrentRuntimeInfo() |
ReportStatus |
getCurrentSessionStatus() |
void |
setCurrentSessionStatus(ReportStatus status) |
void checkAddBoxCeCount(int count)
void checkAddUnitCount(int count, int memoryPerUnit)
void addUnitCount(int count)
void addMemoryAndCheck(long memory)
IRuntimeInfo getCurrentRuntimeInfo()
void checkPoint()
void checkAddBeCount(int count)
void setCurrentSessionStatus(ReportStatus status)
ReportStatus getCurrentSessionStatus()