Uses of Class
com.yahoo.container.jdisc.state.MetricSet
Packages that use MetricSet
-
Uses of MetricSet in com.yahoo.container.jdisc.state
Methods in com.yahoo.container.jdisc.state that return MetricSetModifier and TypeMethodDescriptionMetricSnapshot.metricSet(MetricDimensions dim) Returns a metric set from this snapshot for a given set of dimensionsMetricSet.partialClone()Create and return a MetricSet which carries over the last values set for gauges in the this MetricSet.Methods in com.yahoo.container.jdisc.state that return types with arguments of type MetricSetModifier and TypeMethodDescriptionMetricSnapshot.iterator()Returns all the metrics in this snapshot.Constructor parameters in com.yahoo.container.jdisc.state with type arguments of type MetricSetModifierConstructorDescriptionMetricSnapshot(long from, long to, TimeUnit unit, Map<MetricDimensions, MetricSet> data)