Uses of Class
io.github.bucket4j.MathType
-
Packages that use MathType Package Description io.github.bucket4j io.github.bucket4j.local -
-
Uses of MathType in io.github.bucket4j
Methods in io.github.bucket4j that return MathType Modifier and Type Method Description MathTypeBucketState. getMathType()MathTypeBucketState64BitsInteger. getMathType()static MathTypeMathType. valueOf(String name)Returns the enum constant of this type with the specified name.static MathType[]MathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bucket4j with parameters of type MathType Modifier and Type Method Description static BucketStateBucketState. createInitialState(BucketConfiguration configuration, MathType mathType, long currentTimeNanos) -
Uses of MathType in io.github.bucket4j.local
Methods in io.github.bucket4j.local with parameters of type MathType Modifier and Type Method Description LocalBucketBuilderLocalBucketBuilder. withMath(MathType mathType)Warnings: this is not a part of Public API.Constructors in io.github.bucket4j.local with parameters of type MathType Constructor Description LockFreeBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter)SynchronizedBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter)ThreadUnsafeBucket(BucketConfiguration configuration, MathType mathType, TimeMeter timeMeter)
-