Uses of Class
org.apache.storm.metric.api.ReducedMetric
-
Packages that use ReducedMetric Package Description org.apache.storm.metric.api org.apache.storm.metric.api.rpc org.apache.storm.task org.apache.storm.trident.operation -
-
Uses of ReducedMetric in org.apache.storm.metric.api
Methods in org.apache.storm.metric.api that return ReducedMetric Modifier and Type Method Description ReducedMetric
MultiReducedMetric. scope(String key)
-
Uses of ReducedMetric in org.apache.storm.metric.api.rpc
Subclasses of ReducedMetric in org.apache.storm.metric.api.rpc Modifier and Type Class Description class
ReducedShellMetric
-
Uses of ReducedMetric in org.apache.storm.task
Methods in org.apache.storm.task that return ReducedMetric Modifier and Type Method Description ReducedMetric
IMetricsContext. registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs)
Deprecated.in favor of metrics v2 (the non-deprecated methods on this class)ReducedMetric
TopologyContext. registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs)
Deprecated. -
Uses of ReducedMetric in org.apache.storm.trident.operation
Methods in org.apache.storm.trident.operation that return ReducedMetric Modifier and Type Method Description ReducedMetric
TridentOperationContext. registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs)
-