Uses of Enum Class
org.apache.bookkeeper.stats.codahale.FastTimer.Buckets
Packages that use FastTimer.Buckets
Package
Description
A lightweight stats library implementation based on Codahale metrics library.
-
Uses of FastTimer.Buckets in org.apache.bookkeeper.stats.codahale
Methods in org.apache.bookkeeper.stats.codahale that return FastTimer.BucketsModifier and TypeMethodDescriptionstatic FastTimer.BucketsReturns the enum constant of this class with the specified name.static FastTimer.Buckets[]FastTimer.Buckets.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.bookkeeper.stats.codahale with parameters of type FastTimer.BucketsModifierConstructorDescriptionFastTimer(int timeWindowSeconds, FastTimer.Buckets buckets) Constructs a new timer.