Uses of Class
cloud.opencode.base.lock.local.RetryLock.Builder
Packages that use RetryLock.Builder
Package
Description
Lock Package - Unified Lock Abstraction (JDK 25)
Lock包 - 统一锁抽象 (JDK 25)
Local Lock Package - Local lock implementations
本地锁包 - 本地锁实现
-
Uses of RetryLock.Builder in cloud.opencode.base.lock
Methods in cloud.opencode.base.lock that return RetryLock.BuilderModifier and TypeMethodDescriptionstatic <T> RetryLock.Builder<T> Creates a retry lock builder wrapping the specified lock 创建包装指定锁的重试锁构建器 -
Uses of RetryLock.Builder in cloud.opencode.base.lock.local
Methods in cloud.opencode.base.lock.local that return RetryLock.BuilderModifier and TypeMethodDescriptionRetryLock.Builder.backoffMultiplier(double backoffMultiplier) Sets the backoff multiplier 设置退避倍数static <T> RetryLock.Builder<T> Creates a builder for configuring a retry lock 创建用于配置重试锁的构建器Sets the maximum delay cap 设置最大延迟上限RetryLock.Builder.maxRetries(int maxRetries) Sets the maximum number of retry attempts 设置最大重试次数RetryLock.Builder.retryDelay(Duration retryDelay) Sets the initial delay between retries 设置重试之间的初始延迟