Uses of Class
dev.relism.flash.ext.limiter.Bucket
Packages that use Bucket
-
Uses of Bucket in dev.relism.flash.ext.limiter
Methods in dev.relism.flash.ext.limiter that return BucketModifier and TypeMethodDescriptionReturns the bucket forkey, creating one if absent.Methods in dev.relism.flash.ext.limiter with parameters of type BucketModifier and TypeMethodDescriptionbooleanRateLimitStrategy.check(Bucket bucket, LimitConfig cfg, long[] out) Checks whether this request is within the limit and updates the bucket atomically. -
Uses of Bucket in dev.relism.flash.ext.limiter.strategy
Methods in dev.relism.flash.ext.limiter.strategy with parameters of type BucketModifier and TypeMethodDescriptionbooleanFixedWindowStrategy.check(Bucket bucket, LimitConfig cfg, long[] out) booleanSlidingWindowStrategy.check(Bucket bucket, LimitConfig cfg, long[] out) booleanTokenBucketStrategy.check(Bucket bucket, LimitConfig cfg, long[] out)