Uses of Interface
com.yahoo.container.jdisc.state.MetricDimensions
Packages that use MetricDimensions
-
Uses of MetricDimensions in com.yahoo.container.jdisc.state
Classes in com.yahoo.container.jdisc.state that implement MetricDimensionsModifier and TypeClassDescriptionfinal classA context implementation whose identity is the key and values such that this can be used as a key in metrics lookups.Methods in com.yahoo.container.jdisc.state that return types with arguments of type MetricDimensionsModifier and TypeMethodDescriptionMetricSnapshot.iterator()Returns all the metrics in this snapshot.Methods in com.yahoo.container.jdisc.state with parameters of type MetricDimensionsModifier and TypeMethodDescriptionMetricSnapshot.metricSet(MetricDimensions dim) Returns a metric set from this snapshot for a given set of dimensionsConstructor parameters in com.yahoo.container.jdisc.state with type arguments of type MetricDimensionsModifierConstructorDescriptionMetricSnapshot(long from, long to, TimeUnit unit, Map<MetricDimensions, MetricSet> data)