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.RemoteException
StatValue[] getAllStatValues() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addOpStats(java.lang.String opKeyID, SSTStatType[] statTypes) throws java.rmi.RemoteException
java.rmi.RemoteException
StatDef getStatDef(SSTStatType type) throws java.rmi.RemoteException
java.rmi.RemoteException
StatDef[] getAllStatDefs() throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteOpStat(java.lang.String keyID, SSTStatType statType) throws java.rmi.RemoteException
java.rmi.RemoteException
OpStatConfigDef[] getAllOpStats() throws java.rmi.RemoteException
java.rmi.RemoteException
Stats[] getGlobalStatHistory() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getCLobSqlOperators() throws java.rmi.RemoteException
java.rmi.RemoteException
Status getApplicationStatus(java.lang.String appID) throws java.rmi.RemoteException
java.rmi.RemoteException
ApplicationStatus[] getAllApplicationStatus() throws java.rmi.RemoteException
java.rmi.RemoteException
long getHistoryInterval() throws java.rmi.RemoteException
java.rmi.RemoteException
long getReportInterval() throws java.rmi.RemoteException
java.rmi.RemoteException