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