Uses of Interface
org.apache.storm.metric.api.IMetric
Packages that use IMetric
Package
Description
- 
Uses of IMetric in org.apache.storm.daemon.metricsMethods in org.apache.storm.daemon.metrics with parameters of type IMetricModifier and TypeMethodDescriptionstatic voidBuiltinMetricsUtil.registerMetric(String name, IMetric metric, Map<String, Object> topoConf, TopologyContext context) 
- 
Uses of IMetric in org.apache.storm.executorFields in org.apache.storm.executor with type parameters of type IMetricMethods in org.apache.storm.executor that return types with arguments of type IMetric
- 
Uses of IMetric in org.apache.storm.messagingClasses in org.apache.storm.messaging that implement IMetricModifier and TypeClassDescriptionclassA class that is called when a TaskMessage arrives.
- 
Uses of IMetric in org.apache.storm.metric.apiClasses in org.apache.storm.metric.api that implement IMetricModifier and TypeClassDescriptionclassclassclassclassclassclassclass
- 
Uses of IMetric in org.apache.storm.metric.api.rpcSubinterfaces of IMetric in org.apache.storm.metric.api.rpcClasses in org.apache.storm.metric.api.rpc that implement IMetricModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of IMetric in org.apache.storm.metric.cgroupClasses in org.apache.storm.metric.cgroup that implement IMetricModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.
- 
Uses of IMetric in org.apache.storm.metrics.hdrhistogramClasses in org.apache.storm.metrics.hdrhistogram that implement IMetric
- 
Uses of IMetric in org.apache.storm.metrics.sigarClasses in org.apache.storm.metrics.sigar that implement IMetricModifier and TypeClassDescriptionclassA metric using Sigar to get User and System CPU utilization for a worker.
- 
Uses of IMetric in org.apache.storm.taskMethods in org.apache.storm.task with type parameters of type IMetricModifier and TypeMethodDescription<T extends IMetric>
 TIMetricsContext.registerMetric(String name, T metric, int timeBucketSizeInSecs) Deprecated.in favor of metrics v2 (the non-deprecated methods on this class)<T extends IMetric>
 TTopologyContext.registerMetric(String name, T metric, int timeBucketSizeInSecs) Deprecated.Methods in org.apache.storm.task that return IMetricModifier and TypeMethodDescriptionTopologyContext.getRegisteredMetricByName(String name) Deprecated.
- 
Uses of IMetric in org.apache.storm.trident.operationMethods in org.apache.storm.trident.operation with type parameters of type IMetricModifier and TypeMethodDescription<T extends IMetric>
 TTridentOperationContext.registerMetric(String name, T metric, int timeBucketSizeInSecs)