Class Max
java.lang.Object
org.apache.kafka.common.metrics.stats.SampledStat
org.apache.kafka.common.metrics.stats.Max
- All Implemented Interfaces:
- Measurable,- MeasurableStat,- MetricValueProvider<Double>,- Stat
A 
SampledStat that gives the max over its samples.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublecombine(List<org.apache.kafka.common.metrics.stats.SampledStat.Sample> samples, MetricConfig config, long now) 
- 
Constructor Details- 
Maxpublic Max()
 
- 
- 
Method Details- 
combinepublic double combine(List<org.apache.kafka.common.metrics.stats.SampledStat.Sample> samples, MetricConfig config, long now) - Specified by:
- combinein class- SampledStat
 
 
-