Uses of Enum Class
io.aiven.commons.collections.Scale
Packages that use Scale
-
Uses of Scale in io.aiven.commons.collections
Fields in io.aiven.commons.collections with type parameters of type ScaleModifier and TypeFieldDescriptionScale.IECThe International Electrotechnical Commission (IEC) standardized binary prefixes.Scale.SIThe SI standardized prefix scales.Methods in io.aiven.commons.collections that return ScaleModifier and TypeMethodDescriptionstatic ScaleDetermines the scale of the number of bytes.static ScaleReturns the enum constant of this class with the specified name.static Scale[]Scale.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.aiven.commons.collections with type arguments of type Scale -
Uses of Scale in io.aiven.commons.kafka.config.validator
Method parameters in io.aiven.commons.kafka.config.validator with type arguments of type ScaleModifier and TypeMethodDescriptionstatic ScaleValidatorA scale range that checks only the lower boundstatic ScaleValidatorA scale range that checks both the upper and lower bound.