Module org.elasticsearch.server
Class LongMetric
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.LongMetric
Metric class that accepts longs and provides count, average, max and percentiles.
Abstracts out the details of how exactly the values are stored and calculated.
LongMetric.LongMetricValue is a snapshot of the current state of the metric.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSnapshot ofLongMetricvalue that provides the current state of the metric. -
Method Summary