Package | Description |
---|---|
com.opencloud.monitoring | |
com.opencloud.rhino.monitoring.rules.config | |
com.opencloud.rhino.monitoring.stats.ext |
Modifier and Type | Method and Description |
---|---|
long |
ParameterSet.getCounter(int id)
Returns a single counter value corresponding to the specified statistic ID.
|
long[] |
ParameterSet.getCounters(int[] ids)
Returns an array of counter values corresponding to the array of statistic IDs specified as the argument.
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdRuleMBean.addResetCondition(String parameterSetName,
String statistic,
String operator,
double value)
Adds a reset condition to this rule.
|
void |
ThresholdRuleMBean.addResetCondition(String parameterSetName1,
String statistic1,
String parameterSetName2,
String statistic2,
String operator,
double doubleValue)
Adds a reset condition to this rule.
|
void |
ThresholdRuleMBean.addTriggerCondition(String parameterSetName,
String statistic,
String operator,
double value)
Adds a trigger condition to this rule.
|
void |
ThresholdRuleMBean.addTriggerCondition(String parameterSetName1,
String statistic1,
String parameterSetName2,
String statistic2,
String operator,
double value)
Adds a trigger condition to this rule.
|
Modifier and Type | Method and Description |
---|---|
int |
StatsManagementMBean.subscribeCounter(long sessionId,
int nodeid,
String parameterSetName,
String statisticName,
SubscriptionMode mode)
Subscribe a counter type statistic to a session.
|
int |
StatsManagementMBean.subscribeSample(long sessionId,
int nodeid,
String parameterSetName,
String statisticName,
SubscriptionMode mode,
int generations,
int rolloverPeriod)
Subscribe a sample type statistic to a session.
|