Uses of Class
com.opencloud.rhino.monitoring.stats.ext.UnrecognizedStatisticException
-
Packages that use UnrecognizedStatisticException Package Description com.opencloud.monitoring com.opencloud.rhino.monitoring.rules.config com.opencloud.rhino.monitoring.stats.ext -
-
Uses of UnrecognizedStatisticException in com.opencloud.monitoring
Methods in com.opencloud.monitoring that throw UnrecognizedStatisticException Modifier and Type Method 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. -
Uses of UnrecognizedStatisticException in com.opencloud.rhino.monitoring.rules.config
Methods in com.opencloud.rhino.monitoring.rules.config that throw UnrecognizedStatisticException Modifier and Type Method 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. -
Uses of UnrecognizedStatisticException in com.opencloud.rhino.monitoring.stats.ext
Methods in com.opencloud.rhino.monitoring.stats.ext that throw UnrecognizedStatisticException Modifier and Type Method 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.
-