Uses of Interface
io.github.bucket4j.distributed.proxy.CommandExecutor
-
-
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy
Constructors in io.github.bucket4j.distributed.proxy with parameters of type CommandExecutor Constructor Description DefaultBucketProxy(Supplier<BucketConfiguration> configurationSupplier, CommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, ImplicitConfigurationReplacement implicitConfigurationReplacement) -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return CommandExecutor Modifier and Type Method Description CommandExecutorOptimization. apply(CommandExecutor originalExecutor)Decorates command executor in order to apply optimization strategy.Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type CommandExecutor Modifier and Type Method Description CommandExecutorOptimization. apply(CommandExecutor originalExecutor)Decorates command executor in order to apply optimization strategy. -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization.batch
Classes in io.github.bucket4j.distributed.proxy.optimization.batch that implement CommandExecutor Modifier and Type Class Description classBatchingExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.batch that return CommandExecutor Modifier and Type Method Description CommandExecutorBatchingOptimization. apply(CommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type CommandExecutor Modifier and Type Method Description CommandExecutorBatchingOptimization. apply(CommandExecutor originalExecutor)Constructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type CommandExecutor Constructor Description BatchingExecutor(CommandExecutor originalExecutor, OptimizationListener listener) -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization.delay
Methods in io.github.bucket4j.distributed.proxy.optimization.delay that return CommandExecutor Modifier and Type Method Description CommandExecutorDelayOptimization. apply(CommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type CommandExecutor Modifier and Type Method Description CommandExecutorDelayOptimization. apply(CommandExecutor originalExecutor) -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization.predictive
Methods in io.github.bucket4j.distributed.proxy.optimization.predictive that return CommandExecutor Modifier and Type Method Description CommandExecutorPredictiveOptimization. apply(CommandExecutor originalExecutor)Methods in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type CommandExecutor Modifier and Type Method Description CommandExecutorPredictiveOptimization. apply(CommandExecutor originalExecutor)
-