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