Uses of Interface
io.github.bucket4j.distributed.proxy.RemoteBucketBuilder
-
Packages that use RemoteBucketBuilder Package Description io.github.bucket4j.distributed.proxy -
-
Uses of RemoteBucketBuilder in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return RemoteBucketBuilder Modifier and Type Method Description RemoteBucketBuilder<K>AbstractProxyManager. builder()RemoteBucketBuilder<K>ProxyManager. builder()RemoteBucketBuilder<K>RemoteBucketBuilder. withImplicitConfigurationReplacement(long desiredConfigurationVersion, TokensInheritanceStrategy tokensInheritanceStrategy)Activates implicit configuration replacement.RemoteBucketBuilder<K>RemoteBucketBuilder. withOptimization(Optimization optimization)Configures the optimization strategy that will be applied for buckets that are built by this builder.RemoteBucketBuilder<K>RemoteBucketBuilder. withRecoveryStrategy(RecoveryStrategy recoveryStrategy)Configures custom recovery strategy instead ofRecoveryStrategy.RECONSTRUCTthat is used by default.
-