Uses of Class
org.apache.storm.metric.api.IClusterMetricsConsumer.SupervisorInfo
-
Packages that use IClusterMetricsConsumer.SupervisorInfo Package Description org.apache.storm.metric org.apache.storm.metric.api -
-
Uses of IClusterMetricsConsumer.SupervisorInfo in org.apache.storm.metric
Methods in org.apache.storm.metric with parameters of type IClusterMetricsConsumer.SupervisorInfo Modifier and Type Method Description void
ClusterMetricsConsumerExecutor. handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)
void
LoggingClusterMetricsConsumer. handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)
-
Uses of IClusterMetricsConsumer.SupervisorInfo in org.apache.storm.metric.api
Methods in org.apache.storm.metric.api with parameters of type IClusterMetricsConsumer.SupervisorInfo Modifier and Type Method Description void
IClusterMetricsConsumer. handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)
-