Uses of Interface
software.amazon.awssdk.metrics.MetricCollection
Packages that use MetricCollection
-
Uses of MetricCollection in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return MetricCollectionModifier and TypeMethodDescriptionMetricCollector.collect()Return the collected metrics.NoOpMetricCollector.collect()Methods in software.amazon.awssdk.metrics that return types with arguments of type MetricCollectionModifier and TypeMethodDescriptionMetricCollection.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 MetricCollectionModifier and TypeMethodDescriptionvoidLoggingMetricPublisher.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 MetricCollectionModifier and TypeClassDescriptionfinal classfinal classMethods in software.amazon.awssdk.metrics.internal that return MetricCollectionMethods in software.amazon.awssdk.metrics.internal that return types with arguments of type MetricCollectionModifier and TypeMethodDescriptionDefaultMetricCollection.children()EmptyMetricCollection.children()Constructor parameters in software.amazon.awssdk.metrics.internal with type arguments of type MetricCollectionModifierConstructorDescriptionDefaultMetricCollection(String name, Map<SdkMetric<?>, List<MetricRecord<?>>> metrics, List<MetricCollection> children)