Uses of Class
org.apache.storm.metric.api.ReducedMetric
Packages that use ReducedMetric
Package
Description
-
Uses of ReducedMetric in org.apache.storm.metric.api
Methods in org.apache.storm.metric.api that return ReducedMetric -
Uses of ReducedMetric in org.apache.storm.metric.api.rpc
Subclasses of ReducedMetric in org.apache.storm.metric.api.rpc -
Uses of ReducedMetric in org.apache.storm.task
Methods 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.operation
Methods in org.apache.storm.trident.operation that return ReducedMetricModifier and TypeMethodDescriptionTridentOperationContext.registerMetric
(String name, IReducer reducer, int timeBucketSizeInSecs)