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