Uses of Interface
io.github.bucket4j.distributed.proxy.AsyncCommandExecutor
-
-
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy
Constructors in io.github.bucket4j.distributed.proxy with parameters of type AsyncCommandExecutor Constructor Description DefaultAsyncBucketProxy(AsyncCommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, Supplier<CompletableFuture<BucketConfiguration>> configurationSupplier, ImplicitConfigurationReplacement implicitConfigurationReplacement) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorOptimization. apply(AsyncCommandExecutor originalExecutor)Decorates command executor in order to apply optimization strategy.Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorOptimization. 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 AsyncCommandExecutor Modifier and Type Class Description classAsyncBatchingExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.batch that return AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorBatchingOptimization. apply(AsyncCommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorBatchingOptimization. apply(AsyncCommandExecutor originalExecutor)Constructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type AsyncCommandExecutor Constructor Description AsyncBatchingExecutor(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 AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorDelayOptimization. apply(AsyncCommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorDelayOptimization. apply(AsyncCommandExecutor originalExecutor) -
Uses of AsyncCommandExecutor in io.github.bucket4j.distributed.proxy.optimization.manual
Methods in io.github.bucket4j.distributed.proxy.optimization.manual that return AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorManuallySyncingOptimization. apply(AsyncCommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.manual with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorManuallySyncingOptimization. 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 AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorPredictiveOptimization. apply(AsyncCommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorPredictiveOptimization. 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 AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorSkipSyncOnZeroOptimization. apply(AsyncCommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero with parameters of type AsyncCommandExecutor Modifier and Type Method Description AsyncCommandExecutorSkipSyncOnZeroOptimization. apply(AsyncCommandExecutor originalExecutor)
-