public class EmptyRuntimeMonitor extends java.lang.Object implements 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() |
static EmptyRuntimeMonitor |
getInstance() |
void |
setCurrentSessionStatus(ReportStatus status) |
public static EmptyRuntimeMonitor getInstance()
public void checkAddBoxCeCount(int count)
checkAddBoxCeCount
在接口中 IRuntimeMonitor
public void checkAddUnitCount(int count, int memoryPerUnit)
checkAddUnitCount
在接口中 IRuntimeMonitor
public void addUnitCount(int count)
addUnitCount
在接口中 IRuntimeMonitor
public void addMemoryAndCheck(long memory)
addMemoryAndCheck
在接口中 IRuntimeMonitor
public IRuntimeInfo getCurrentRuntimeInfo()
getCurrentRuntimeInfo
在接口中 IRuntimeMonitor
public void checkPoint()
checkPoint
在接口中 IRuntimeMonitor
public void checkAddBeCount(int count)
checkAddBeCount
在接口中 IRuntimeMonitor
public void setCurrentSessionStatus(ReportStatus status)
setCurrentSessionStatus
在接口中 IRuntimeMonitor
public ReportStatus getCurrentSessionStatus()
getCurrentSessionStatus
在接口中 IRuntimeMonitor