Class Total
- java.lang.Object
-
- org.apache.kafka.common.metrics.stats.CumulativeSum
-
- org.apache.kafka.common.metrics.stats.Total
-
- All Implemented Interfaces:
Measurable
,MeasurableStat
,MetricValueProvider<Double>
,Stat
@Deprecated public class Total extends CumulativeSum
Deprecated.since 2.4 . UseCumulativeSum
instead.An non-sampled cumulative total maintained over all time. This is a non-sampled version ofWindowedSum
. See alsoCumulativeCount
if you just want to increment the value by 1 on each recording.
-
-
Constructor Summary
Constructors Constructor Description Total()
Deprecated.
-