Uses of Interface
software.amazon.awssdk.metrics.MetricCollection
-
Packages that use MetricCollection Package Description software.amazon.awssdk.metrics software.amazon.awssdk.metrics.internal -
-
Uses of MetricCollection in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return MetricCollection Modifier and Type Method Description MetricCollectionMetricCollector. collect()Return the collected metrics.MetricCollectionNoOpMetricCollector. collect()Methods in software.amazon.awssdk.metrics that return types with arguments of type MetricCollection Modifier and Type Method Description List<MetricCollection>MetricCollection. children()default Stream<MetricCollection>MetricCollection. childrenWithName(String name)Return all of thechildren()with a specific name.Methods in software.amazon.awssdk.metrics with parameters of type MetricCollection Modifier and Type Method Description voidLoggingMetricPublisher. publish(MetricCollection metrics)voidMetricPublisher. publish(MetricCollection metricCollection)Notify the publisher of new metric data. -
Uses of MetricCollection in software.amazon.awssdk.metrics.internal
Classes in software.amazon.awssdk.metrics.internal that implement MetricCollection Modifier and Type Class Description classDefaultMetricCollectionclassEmptyMetricCollectionMethods in software.amazon.awssdk.metrics.internal that return MetricCollection Modifier and Type Method Description MetricCollectionDefaultMetricCollector. collect()Methods in software.amazon.awssdk.metrics.internal that return types with arguments of type MetricCollection Modifier and Type Method Description List<MetricCollection>DefaultMetricCollection. children()List<MetricCollection>EmptyMetricCollection. children()Constructor parameters in software.amazon.awssdk.metrics.internal with type arguments of type MetricCollection Constructor Description DefaultMetricCollection(String name, Map<SdkMetric<?>,List<MetricRecord<?>>> metrics, List<MetricCollection> children)
-