Module io.github.bucket4j.core
Package io.github.bucket4j.local
-
Interface Summary Interface Description LocalBucket Represents the bucket inside current JVM. -
Class Summary Class Description LocalBucketBuilder This builder creates in-memory buckets (LockFreeBucket).LocalBucketSerializationHelper LockFreeBucket SynchronizedBucket ThreadUnsafeBucket -
Enum Summary Enum Description SynchronizationStrategy Defines the strategy of synchronization which need to be applied to prevent data-races in multithreading usage scenario.