Uses of Class
org.apache.bookkeeper.stats.codahale.FastTimer.Buckets
-
Packages that use FastTimer.Buckets Package Description org.apache.bookkeeper.stats.codahale 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.Buckets Modifier and Type Method Description static FastTimer.Buckets
FastTimer.Buckets. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FastTimer.Buckets[]
FastTimer.Buckets. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.bookkeeper.stats.codahale with parameters of type FastTimer.Buckets Constructor Description FastTimer(int timeWindowSeconds, FastTimer.Buckets buckets)
Constructs a new timer.
-