Class SampledStat.Sample
- java.lang.Object
-
- org.apache.kafka.common.metrics.stats.SampledStat.Sample
-
- Enclosing class:
- SampledStat
protected static class SampledStat.Sample extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longeventCountdoubleinitialValuelonglastWindowMsdoublevalue
-
Constructor Summary
Constructors Constructor Description Sample(double initialValue, long now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisComplete(long timeMs, MetricConfig config)voidreset(long now)
-
-
-
Method Detail
-
reset
public void reset(long now)
-
isComplete
public boolean isComplete(long timeMs, MetricConfig config)
-
-