Uses of Interface
io.github.bucket4j.SchedulingBucket
-
Packages that use SchedulingBucket Package Description io.github.bucket4j io.github.bucket4j.distributed io.github.bucket4j.distributed.proxy io.github.bucket4j.local -
-
Uses of SchedulingBucket in io.github.bucket4j
Classes in io.github.bucket4j that implement SchedulingBucket Modifier and Type Class Description classAbstractBucketMethods in io.github.bucket4j that return SchedulingBucket Modifier and Type Method Description SchedulingBucketAbstractBucket. asScheduler()SchedulingBucketBucket. asScheduler()Returns the scheduling API for this bucket, that provides operations which can delay user operation viaScheduledExecutorServicein case of lack of tokens. -
Uses of SchedulingBucket in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed that return SchedulingBucket Modifier and Type Method Description SchedulingBucketAsyncBucketProxy. asScheduler()Returns asynchronous view of this bucket that allows to use bucket as async scheduler.SchedulingBucketAsyncBucketProxyAdapter. asScheduler() -
Uses of SchedulingBucket in io.github.bucket4j.distributed.proxy
Classes in io.github.bucket4j.distributed.proxy that implement SchedulingBucket Modifier and Type Class Description classDefaultAsyncBucketProxyclassDefaultBucketProxyMethods in io.github.bucket4j.distributed.proxy that return SchedulingBucket Modifier and Type Method Description SchedulingBucketDefaultAsyncBucketProxy. asScheduler() -
Uses of SchedulingBucket in io.github.bucket4j.local
Classes in io.github.bucket4j.local that implement SchedulingBucket Modifier and Type Class Description classLockFreeBucketclassSynchronizedBucketclassThreadUnsafeBucket
-