Class AggregateMetricsTask
- java.lang.Object
-
- software.amazon.awssdk.metrics.publishers.cloudwatch.internal.task.AggregateMetricsTask
-
- All Implemented Interfaces:
Runnable
public class AggregateMetricsTask extends Object implements Runnable
A task that is executed on theCloudWatchMetricPublisher
's executor to add aMetricCollection
to aMetricCollectionAggregator
.
-
-
Constructor Summary
Constructors Constructor Description AggregateMetricsTask(MetricCollectionAggregator collectionAggregator, MetricCollection metricCollection)
-
-
-
Constructor Detail
-
AggregateMetricsTask
public AggregateMetricsTask(MetricCollectionAggregator collectionAggregator, MetricCollection metricCollection)
-
-