Uses of Enum Class
io.github.bucket4j.MathType
Packages that use MathType
-
Uses of MathType in io.github.bucket4j
Methods in io.github.bucket4j that return MathTypeModifier and TypeMethodDescriptionBucketState.getMathType()BucketState64BitsInteger.getMathType()static MathTypeReturns the enum constant of this class with the specified name.static MathType[]MathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.bucket4j with parameters of type MathTypeModifier and TypeMethodDescriptionstatic BucketStateBucketState.createInitialState(BucketConfiguration configuration, MathType mathType, long currentTimeNanos) -
Uses of MathType in io.github.bucket4j.local
Constructors in io.github.bucket4j.local with parameters of type MathTypeModifierConstructorDescriptionLockFreeBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter, BucketListener listener) SynchronizedBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter, BucketListener listener) ThreadUnsafeBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter, BucketListener listener)