Class Frequency
java.lang.Object
org.apache.kafka.common.metrics.stats.Frequency
Definition of a frequency metric used in a 
Frequencies compound statistic.- 
Constructor SummaryConstructorsConstructorDescriptionFrequency(MetricName name, double centerValue) Create an instance with the given name and center point value.
- 
Method Summary
- 
Constructor Details- 
FrequencyCreate an instance with the given name and center point value.- Parameters:
- name- the name of the frequency metric; may not be null
- centerValue- the value identifying the- Frequenciesbucket to be reported
 
 
- 
- 
Method Details