Uses of Interface
io.github.bucket4j.distributed.proxy.RemoteAsyncBucketBuilder
-
Packages that use RemoteAsyncBucketBuilder Package Description io.github.bucket4j.distributed.proxy -
-
Uses of RemoteAsyncBucketBuilder in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return RemoteAsyncBucketBuilder Modifier and Type Method Description RemoteAsyncBucketBuilder<K>AsyncProxyManager. builder()Creates new instance ofRemoteAsyncBucketBuilderRemoteAsyncBucketBuilder<K>RemoteAsyncBucketBuilder. withOptimization(Optimization optimization)Configures the optimization strategy that will be applied for buckets that are built by this builder.RemoteAsyncBucketBuilder<K>RemoteAsyncBucketBuilder. withRecoveryStrategy(RecoveryStrategy recoveryStrategy)Configures custom recovery strategy instead ofRecoveryStrategy.RECONSTRUCTthat is used by default.
-