Package org.apache.storm.metric.api
Interface IClusterMetricsConsumer
- All Known Implementing Classes:
- LoggingClusterMetricsConsumer
public interface IClusterMetricsConsumer
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class
- 
Method SummaryModifier and TypeMethodDescriptionvoidcleanup()voidhandleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) voidhandleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints) void
- 
Method Details- 
prepare
- 
handleDataPointsvoid handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) 
- 
handleDataPointsvoid handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints) 
- 
cleanupvoid cleanup()
 
-