Uses of Interface
org.apache.storm.metric.api.IMetric
Package
Description
-
Uses of IMetric in org.apache.storm.daemon.metrics
Modifier and TypeMethodDescriptionstatic void
BuiltinMetricsUtil.registerMetric
(String name, IMetric metric, Map<String, Object> topoConf, TopologyContext context) -
Uses of IMetric in org.apache.storm.executor
-
Uses of IMetric in org.apache.storm.messaging
Modifier and TypeClassDescriptionclass
A class that is called when a TaskMessage arrives. -
Uses of IMetric in org.apache.storm.metric.api
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of IMetric in org.apache.storm.metric.api.rpc
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of IMetric in org.apache.storm.metric.cgroup
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of IMetric in org.apache.storm.metrics.hdrhistogram
-
Uses of IMetric in org.apache.storm.metrics.sigar
Modifier and TypeClassDescriptionclass
A metric using Sigar to get User and System CPU utilization for a worker. -
Uses of IMetric in org.apache.storm.task
Modifier 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.Modifier and TypeMethodDescriptionTopologyContext.getRegisteredMetricByName
(String name) Deprecated. -
Uses of IMetric in org.apache.storm.trident.operation
Modifier and TypeMethodDescription<T extends IMetric>
TTridentOperationContext.registerMetric
(String name, T metric, int timeBucketSizeInSecs)