Package org.apache.kafka.common.metrics
Interface CompoundStat
-
- All Superinterfaces:
Stat
- All Known Implementing Classes:
Frequencies
,Meter
,Percentiles
public interface CompoundStat extends Stat
A compound stat is a stat where a single measurement and associated data structure feeds many metrics. This is the example for a histogram which has many associated percentiles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CompoundStat.NamedMeasurable
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CompoundStat.NamedMeasurable>
stats()
-
-
-
Method Detail
-
stats
List<CompoundStat.NamedMeasurable> stats()
-
-