Uses of Class
io.github.bucket4j.distributed.proxy.RecoveryStrategy
-
Packages that use RecoveryStrategy Package Description io.github.bucket4j.distributed.proxy -
-
Uses of RecoveryStrategy in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return RecoveryStrategy Modifier and Type Method Description static RecoveryStrategyRecoveryStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static RecoveryStrategy[]RecoveryStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bucket4j.distributed.proxy with parameters of type RecoveryStrategy Modifier and Type Method Description RemoteAsyncBucketBuilder<K>RemoteAsyncBucketBuilder. withRecoveryStrategy(RecoveryStrategy recoveryStrategy)Configures custom recovery strategy instead ofRECONSTRUCTthat is used by default.RemoteBucketBuilder<K>RemoteBucketBuilder. withRecoveryStrategy(RecoveryStrategy recoveryStrategy)Configures custom recovery strategy instead ofRECONSTRUCTthat is used by default.Constructors in io.github.bucket4j.distributed.proxy with parameters of type RecoveryStrategy Constructor Description DefaultAsyncBucketProxy(AsyncCommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, Supplier<CompletableFuture<BucketConfiguration>> configurationSupplier, ImplicitConfigurationReplacement implicitConfigurationReplacement)DefaultBucketProxy(Supplier<BucketConfiguration> configurationSupplier, CommandExecutor commandExecutor, RecoveryStrategy recoveryStrategy, ImplicitConfigurationReplacement implicitConfigurationReplacement)
-