Package org.apache.storm.metric.api
Interface IClusterMetricsConsumer
- All Known Implementing Classes:
LoggingClusterMetricsConsumer
public interface IClusterMetricsConsumer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
handleDataPoints
(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) void
handleDataPoints
(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints) void
-
Method Details
-
prepare
-
handleDataPoints
void handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) -
handleDataPoints
void handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints) -
cleanup
void cleanup()
-