-
public class RateStatisticsKeep this for backward compatibility before we migrate away from it.
-
-
Constructor Summary
Constructors Constructor Description RateStatistics(Integer windowSizeMs, Float scale, Clock clock)
-
Method Summary
-
-
Method Detail
-
getAccumulatedCount
@JvmOverloads() final Long getAccumulatedCount(Long nowMs)
-
update
@JvmOverloads() final Unit update(Integer count, Long nowMs)
-
getTracker
final RateTracker getTracker()
-
-
-
-