Uses of Interface
io.github.bucket4j.distributed.proxy.AsyncCommandExecutor
Packages that use AsyncCommandExecutor
Package
Description
-
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy
Constructors in io.github.bucket4j.distributed.proxy with parameters of type AsyncCommandExecutorModifierConstructorDescriptionDefaultAsyncBucketProxy(AsyncCommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, Supplier<CompletableFuture<BucketConfiguration>> configurationSupplier, ImplicitConfigurationReplacement implicitConfigurationReplacement, BucketListener listener) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return AsyncCommandExecutorModifier and TypeMethodDescriptionOptimization.apply(AsyncCommandExecutor originalExecutor) Decorates command executor in order to apply optimization strategy.Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type AsyncCommandExecutorModifier and TypeMethodDescriptionOptimization.apply(AsyncCommandExecutor originalExecutor) Decorates command executor in order to apply optimization strategy. -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.batch
Classes in io.github.bucket4j.distributed.proxy.optimization.batch that implement AsyncCommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.batch that return AsyncCommandExecutorModifier and TypeMethodDescriptionBatchingOptimization.apply(AsyncCommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type AsyncCommandExecutorModifier and TypeMethodDescriptionBatchingOptimization.apply(AsyncCommandExecutor originalExecutor) Constructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type AsyncCommandExecutorModifierConstructorDescriptionAsyncBatchingExecutor(AsyncCommandExecutor originalExecutor, OptimizationListener listener) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.delay
Methods in io.github.bucket4j.distributed.proxy.optimization.delay that return AsyncCommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type AsyncCommandExecutor -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.manual
Methods in io.github.bucket4j.distributed.proxy.optimization.manual that return AsyncCommandExecutorModifier and TypeMethodDescriptionManuallySyncingOptimization.apply(AsyncCommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.manual with parameters of type AsyncCommandExecutorModifier and TypeMethodDescriptionManuallySyncingOptimization.apply(AsyncCommandExecutor originalExecutor) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.predictive
Methods in io.github.bucket4j.distributed.proxy.optimization.predictive that return AsyncCommandExecutorModifier and TypeMethodDescriptionPredictiveOptimization.apply(AsyncCommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type AsyncCommandExecutorModifier and TypeMethodDescriptionPredictiveOptimization.apply(AsyncCommandExecutor originalExecutor) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.skiponzero
Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero that return AsyncCommandExecutorModifier and TypeMethodDescriptionSkipSyncOnZeroOptimization.apply(AsyncCommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero with parameters of type AsyncCommandExecutorModifier and TypeMethodDescriptionSkipSyncOnZeroOptimization.apply(AsyncCommandExecutor originalExecutor)