public class ClusterMetricsConsumerExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
ClusterMetricsConsumerExecutor(String consumerClassName,
Object registrationArgument) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo,
Collection<DataPoint> dataPoints) |
void |
handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo,
Collection<DataPoint> dataPoints) |
void |
prepare() |
public void prepare()
public void handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints)
public void handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)
public void cleanup()
Copyright © 2022 The Apache Software Foundation. All rights reserved.