Package org.apache.storm.metric
Class ClusterMetricsConsumerExecutor
java.lang.Object
org.apache.storm.metric.ClusterMetricsConsumerExecutor
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClusterMetricsConsumerExecutor(String consumerClassName, Object registrationArgument)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidhandleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints) voidhandleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints) voidprepare() 
- 
Field Details
- 
LOG
public static final org.slf4j.Logger LOG 
 - 
 - 
Constructor Details
- 
ClusterMetricsConsumerExecutor
 
 - 
 - 
Method Details
- 
prepare
public void prepare() - 
handleDataPoints
public void handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints)  - 
handleDataPoints
public void handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)  - 
cleanup
public void cleanup() 
 -