public interface IMonitoringTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addOpStats(java.lang.String opKeyID,
SSTStatType[] statTypes) |
void |
deleteOpStat(java.lang.String keyID,
SSTStatType statType) |
ApplicationStatus[] |
getAllApplicationStatus() |
OpStatConfigDef[] |
getAllOpStats() |
StatDef[] |
getAllStatDefs() |
StatValue[] |
getAllStatValues() |
Status |
getApplicationStatus(java.lang.String appID) |
java.lang.String[] |
getCLobSqlOperators() |
Stats[] |
getGlobalStatHistory() |
long |
getHistoryInterval() |
long |
getReportInterval() |
StatDef |
getStatDef(SSTStatType type) |
void |
resetAllStats() |
void resetAllStats()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionStatValue[] getAllStatValues() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addOpStats(java.lang.String opKeyID,
SSTStatType[] statTypes)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionStatDef getStatDef(SSTStatType type) throws java.rmi.RemoteException
java.rmi.RemoteExceptionStatDef[] getAllStatDefs() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteOpStat(java.lang.String keyID,
SSTStatType statType)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionOpStatConfigDef[] getAllOpStats() throws java.rmi.RemoteException
java.rmi.RemoteExceptionStats[] getGlobalStatHistory() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getCLobSqlOperators()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionStatus getApplicationStatus(java.lang.String appID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionApplicationStatus[] getAllApplicationStatus() throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong getHistoryInterval()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong getReportInterval()
throws java.rmi.RemoteException
java.rmi.RemoteException