org.apache.kafka.common.metrics
Interface MeasurableStat

All Superinterfaces:
Measurable, Stat
All Known Implementing Classes:
Avg, Count, Max, Min, Percentiles, Rate, Rate.SampledTotal, SampledStat, Total

public interface MeasurableStat
extends Stat, Measurable

A MeasurableStat is a Stat that is also Measurable (i.e. can produce a single floating point value). This is the interface used for most of the simple statistics such as Avg, Max, Count, etc.


Method Summary
 
Methods inherited from interface org.apache.kafka.common.metrics.Stat
record
 
Methods inherited from interface org.apache.kafka.common.metrics.Measurable
measure