Package org.apache.beam.sdk.metrics
Interface Distribution
- All Superinterfaces:
 Metric,Serializable
- All Known Implementing Classes:
 DelegatingDistribution,DistributionImpl
A metric that reports information about the distribution of reported values.
- 
Method Summary
 
- 
Method Details
- 
update
void update(long value) Add an observation to this distribution. - 
update
void update(long sum, long count, long min, long max)  
 -