public interface IClusterMetricsConsumer
Modifier and Type | Interface and Description |
---|---|
static class |
IClusterMetricsConsumer.ClusterInfo |
static class |
IClusterMetricsConsumer.SupervisorInfo |
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(Object registrationArgument) |
void prepare(Object registrationArgument)
void handleDataPoints(IClusterMetricsConsumer.ClusterInfo clusterInfo, Collection<DataPoint> dataPoints)
void handleDataPoints(IClusterMetricsConsumer.SupervisorInfo supervisorInfo, Collection<DataPoint> dataPoints)
void cleanup()
Copyright © 2022 The Apache Software Foundation. All rights reserved.