Uses of Interface
org.apache.storm.metric.api.ICombiner
-
Packages that use ICombiner Package Description org.apache.storm.metric.api org.apache.storm.metric.api.rpc org.apache.storm.task org.apache.storm.trident.operation -
-
Uses of ICombiner in org.apache.storm.metric.api
Constructors in org.apache.storm.metric.api with parameters of type ICombiner Constructor Description CombinedMetric(ICombiner combiner)
-
Uses of ICombiner in org.apache.storm.metric.api.rpc
Constructors in org.apache.storm.metric.api.rpc with parameters of type ICombiner Constructor Description CombinedShellMetric(ICombiner combiner)
-
Uses of ICombiner in org.apache.storm.task
Methods in org.apache.storm.task with parameters of type ICombiner 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 ICombiner in org.apache.storm.trident.operation
Methods in org.apache.storm.trident.operation with parameters of type ICombiner Modifier and Type Method Description CombinedMetric
TridentOperationContext. registerMetric(String name, ICombiner combiner, int timeBucketSizeInSecs)
-