public interface LabeledSnapshot
Internal interface prescribing minimum behavior of a snapshot needed to produce output.
-
Method Details
-
value
Value of a specific quantile.- Parameters:
quantile
- quantile to get value for- Returns:
- derived value of the quantile
-
max
Sample.Labeled max()Maximal value.- Returns:
- max
-
mean
Sample.Derived mean()Mean value.- Returns:
- mean
-
size
long size()Number of values represented by the snapshot.- Returns:
- number of values
-