Uses of Class
org.apache.storm.metric.api.ReducedMetric
Packages that use ReducedMetric
Package
Description
- 
Uses of ReducedMetric in org.apache.storm.metric.apiMethods in org.apache.storm.metric.api that return ReducedMetric
- 
Uses of ReducedMetric in org.apache.storm.metric.api.rpcSubclasses of ReducedMetric in org.apache.storm.metric.api.rpc
- 
Uses of ReducedMetric in org.apache.storm.taskMethods in org.apache.storm.task that return ReducedMetricModifier and TypeMethodDescriptionIMetricsContext.registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs) Deprecated.in favor of metrics v2 (the non-deprecated methods on this class)TopologyContext.registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs) Deprecated.
- 
Uses of ReducedMetric in org.apache.storm.trident.operationMethods in org.apache.storm.trident.operation that return ReducedMetricModifier and TypeMethodDescriptionTridentOperationContext.registerMetric(String name, IReducer reducer, int timeBucketSizeInSecs)