Interface HistogramSnapshot
-
- All Superinterfaces:
LongLastMetricSnapshot,java.io.Serializable
- All Known Implementing Classes:
HistogramSnapshotImpl
public interface HistogramSnapshot extends LongLastMetricSnapshot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlast()longquantile(double quantile)long[]values()
-
-
-
Method Detail
-
quantile
long quantile(double quantile)
-
values
long[] values()
-
last
long last()
- Specified by:
lastin interfaceLongLastMetricSnapshot
-
-