Uses of Package
io.github.bucket4j.local
-
Packages that use io.github.bucket4j.local Package Description io.github.bucket4j io.github.bucket4j.local -
Classes in io.github.bucket4j.local used by io.github.bucket4j Class Description LocalBucketBuilder This builder creates in-memory buckets (LockFreeBucket). -
Classes in io.github.bucket4j.local used by io.github.bucket4j.local Class Description LocalBucket Represents the bucket inside current JVM.LocalBucketBuilder This builder creates in-memory buckets (LockFreeBucket).LockFreeBucket SynchronizationStrategy Defines the strategy of synchronization which need to be applied to prevent data-races in multithreading usage scenario.SynchronizedBucket ThreadUnsafeBucket