Uses of Class
org.apache.storm.metric.api.CombinedMetric
Package
Description
-
Uses of CombinedMetric in org.apache.storm.metric.api.rpc
-
Uses of CombinedMetric in org.apache.storm.task
Modifier and TypeMethodDescriptionIMetricsContext.registerMetric
(String name, ICombiner combiner, int timeBucketSizeInSecs) Deprecated.in favor of metrics v2 (the non-deprecated methods on this class)TopologyContext.registerMetric
(String name, ICombiner combiner, int timeBucketSizeInSecs) Deprecated. -
Uses of CombinedMetric in org.apache.storm.trident.operation
Modifier and TypeMethodDescriptionTridentOperationContext.registerMetric
(String name, ICombiner combiner, int timeBucketSizeInSecs)