Class Min
- java.lang.Object
-
- org.apache.kafka.common.metrics.stats.SampledStat
-
- org.apache.kafka.common.metrics.stats.Min
-
- All Implemented Interfaces:
Measurable,MeasurableStat,MetricValueProvider<Double>,Stat
public class Min extends SampledStat
ASampledStatthat gives the min over its samples.
-
-
Constructor Summary
Constructors Constructor Description Min()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecombine(List<org.apache.kafka.common.metrics.stats.SampledStat.Sample> samples, MetricConfig config, long now)
-
-
-
Method Detail
-
combine
public double combine(List<org.apache.kafka.common.metrics.stats.SampledStat.Sample> samples, MetricConfig config, long now)
- Specified by:
combinein classSampledStat
-
-