Uses of Class
io.github.bucket4j.local.SynchronizationStrategy
-
Packages that use SynchronizationStrategy Package Description io.github.bucket4j.local -
-
Uses of SynchronizationStrategy in io.github.bucket4j.local
Methods in io.github.bucket4j.local that return SynchronizationStrategy Modifier and Type Method Description SynchronizationStrategyLocalBucket. getSynchronizationStrategy()Returns the synchronization strategy that is used by this bucketSynchronizationStrategyLockFreeBucket. getSynchronizationStrategy()SynchronizationStrategySynchronizedBucket. getSynchronizationStrategy()SynchronizationStrategyThreadUnsafeBucket. getSynchronizationStrategy()static SynchronizationStrategySynchronizationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationStrategy[]SynchronizationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bucket4j.local with parameters of type SynchronizationStrategy Modifier and Type Method Description LocalBucketBuilderLocalBucketBuilder. withSynchronizationStrategy(SynchronizationStrategy synchronizationStrategy)SpecifiessynchronizationStrategyfor buckets that will be created by this builder.
-