Uses of Interface
io.github.bucket4j.distributed.proxy.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy
Constructors in io.github.bucket4j.distributed.proxy with parameters of type CommandExecutorModifierConstructorDescriptionDefaultBucketProxy(Supplier<BucketConfiguration> configurationSupplier, CommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, ImplicitConfigurationReplacement implicitConfigurationReplacement, BucketListener listener) -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return CommandExecutorModifier and TypeMethodDescriptionOptimization.apply(CommandExecutor originalExecutor) Decorates command executor in order to apply optimization strategy.Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type CommandExecutorModifier and TypeMethodDescriptionOptimization.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 CommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.batch that return CommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type CommandExecutorConstructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type CommandExecutorModifierConstructorDescriptionBatchingExecutor(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 CommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type CommandExecutor -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization.manual
Methods in io.github.bucket4j.distributed.proxy.optimization.manual that return CommandExecutorModifier and TypeMethodDescriptionManuallySyncingOptimization.apply(CommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.manual with parameters of type CommandExecutorModifier and TypeMethodDescriptionManuallySyncingOptimization.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 CommandExecutorMethods in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type CommandExecutor -
Uses of CommandExecutor in io.github.bucket4j.distributed.proxy.optimization.skiponzero
Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero that return CommandExecutorModifier and TypeMethodDescriptionSkipSyncOnZeroOptimization.apply(CommandExecutor originalExecutor) Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero with parameters of type CommandExecutorModifier and TypeMethodDescriptionSkipSyncOnZeroOptimization.apply(CommandExecutor originalExecutor)