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.default <K1> RemoteBucketBuilder<K1>RemoteBucketBuilder. withMapper(Function<? super K1,? extends K> mapper)Returns a proxy object that wraps this RemoteBucketBuilder such that keys are first mapped using the specified mapping function before being sent to the remote store.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.
-