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