Uses of Class
org.apache.storm.metric.api.DataPoint
Packages that use DataPoint
-
Uses of DataPoint in org.apache.storm.metric
Method parameters in org.apache.storm.metric with type arguments of type DataPointModifier and TypeMethodDescriptionvoid
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 DataPointModifier and TypeMethodDescriptionvoid
IClusterMetricsConsumer.handleDataPoints
(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) void
IClusterMetricsConsumer.handleDataPoints
(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)