Uses of Interface
io.github.bucket4j.local.LocalBucket
-
Packages that use LocalBucket Package Description io.github.bucket4j.local -
-
Uses of LocalBucket in io.github.bucket4j.local
Classes in io.github.bucket4j.local that implement LocalBucket Modifier and Type Class Description classLockFreeBucketclassSynchronizedBucketclassThreadUnsafeBucketMethods in io.github.bucket4j.local that return LocalBucket Modifier and Type Method Description LocalBucketLocalBucketBuilder. build()Constructs the bucket.static LocalBucketLocalBucket. fromBinarySnapshot(byte[] snapshot)Reconstructs a bucket from binary snapshot.static LocalBucketLocalBucket. fromJsonCompatibleSnapshot(Map<String,Object> snapshot)Reconstructs a bucket from JSON snapshot.
-