Uses of Interface
io.github.bucket4j.Bucket
Packages that use Bucket
Package
Description
-
Uses of Bucket in io.github.bucket4j
Classes in io.github.bucket4j that implement BucketMethods in io.github.bucket4j that return BucketModifier and TypeMethodDescriptionBucket.toListenable(BucketListener listener) Returns new copy of this bucket instance decorated bylistener. -
Uses of Bucket in io.github.bucket4j.distributed
Subinterfaces of Bucket in io.github.bucket4j.distributedModifier and TypeInterfaceDescriptioninterfaceProvides a light-weight proxy to bucket which state actually stored in external storage, like in-memory jvm or relational database.Methods in io.github.bucket4j.distributed with parameters of type BucketConstructors in io.github.bucket4j.distributed with parameters of type Bucket -
Uses of Bucket in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement Bucket -
Uses of Bucket in io.github.bucket4j.local
Subinterfaces of Bucket in io.github.bucket4j.localModifier and TypeInterfaceDescriptioninterfaceRepresents the bucket inside current JVM.Classes in io.github.bucket4j.local that implement BucketModifier and TypeClassDescriptionclassclassclassMethods in io.github.bucket4j.local that return BucketModifier and TypeMethodDescriptionLockFreeBucket.toListenable(BucketListener listener) SynchronizedBucket.toListenable(BucketListener listener) ThreadUnsafeBucket.toListenable(BucketListener listener)