Uses of Class
org.apache.storm.metric.api.CombinedMetric
-
Packages that use CombinedMetric Package Description org.apache.storm.metric.api.rpc org.apache.storm.task org.apache.storm.trident.operation -
-
Uses of CombinedMetric in org.apache.storm.metric.api.rpc
Subclasses of CombinedMetric in org.apache.storm.metric.api.rpc Modifier and Type Class Description class
CombinedShellMetric
-
Uses of CombinedMetric in org.apache.storm.task
Methods in org.apache.storm.task that return CombinedMetric Modifier and Type Method Description CombinedMetric
IMetricsContext. registerMetric(String name, ICombiner combiner, int timeBucketSizeInSecs)
Deprecated.in favor of metrics v2 (the non-deprecated methods on this class)CombinedMetric
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 CombinedMetric Modifier and Type Method Description CombinedMetric
TridentOperationContext. registerMetric(String name, ICombiner combiner, int timeBucketSizeInSecs)
-