Uses of Interface
io.github.bucket4j.Bucket
-
Packages that use Bucket Package Description io.github.bucket4j io.github.bucket4j.distributed io.github.bucket4j.distributed.proxy io.github.bucket4j.local -
-
Uses of Bucket in io.github.bucket4j
Classes in io.github.bucket4j that implement Bucket Modifier and Type Class Description classAbstractBucketMethods in io.github.bucket4j that return Bucket Modifier and Type Method Description BucketBucket. 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.distributed Modifier and Type Interface Description interfaceBucketProxyProvides 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 Bucket Modifier and Type Method Description static AsyncBucketProxyAsyncBucketProxyAdapter. fromSync(Bucket bucket)TODOConstructors in io.github.bucket4j.distributed with parameters of type Bucket Constructor Description AsyncBucketProxyAdapter(Bucket target) -
Uses of Bucket in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement Bucket Modifier and Type Class Description classDefaultBucketProxy -
Uses of Bucket in io.github.bucket4j.local
Subinterfaces of Bucket in io.github.bucket4j.local Modifier and Type Interface Description interfaceLocalBucketRepresents the bucket inside current JVM.Classes in io.github.bucket4j.local that implement Bucket Modifier and Type Class Description classLockFreeBucketclassSynchronizedBucketclassThreadUnsafeBucketMethods in io.github.bucket4j.local that return Bucket Modifier and Type Method Description BucketLockFreeBucket. toListenable(BucketListener listener)BucketSynchronizedBucket. toListenable(BucketListener listener)BucketThreadUnsafeBucket. toListenable(BucketListener listener)
-