Uses of Enum Class
io.aiven.commons.collections.TimeScale
Packages that use TimeScale
-
Uses of TimeScale in io.aiven.commons.collections
Methods in io.aiven.commons.collections that return TimeScaleModifier and TypeMethodDescriptionstatic TimeScaleTimeScale.scaleOf(long milliseconds) Returns the largest TimeScale that will representmillisecondswith at least 1 unit.static TimeScaleReturns the enum constant of this class with the specified name.static TimeScale[]TimeScale.values()Returns an array containing the constants of this enum class, in the order they are declared.