Package | Description |
---|---|
com.opencloud.rhino.monitoring.rules.config | |
com.opencloud.rhino.monitoring.stats.ext |
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 |
---|---|
String[] |
StatsManagementMBean.getParameterSetNames(String filter)
Returns the parameter set names of all parameter sets belonging to a specified parameter set.
|
String |
StatsManagementMBean.getParameterSetType(String parameterSetName)
Returns the type of a parameter set.
|
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.
|