Uses of Record Class
cloud.opencode.base.lock.distributed.DistributedLockConfig
Packages that use DistributedLockConfig
Package
Description
Lock Package - Unified Lock Abstraction (JDK 25)
Lock包 - 统一锁抽象 (JDK 25)
Distributed Lock Package - Distributed lock interfaces
分布式锁包 - 分布式锁接口
Lock SPI Package - Service Provider Interface for locks
锁 SPI 包 - 锁的服务提供者接口
-
Uses of DistributedLockConfig in cloud.opencode.base.lock
Methods in cloud.opencode.base.lock that return DistributedLockConfigModifier and TypeMethodDescriptionstatic DistributedLockConfigOpenLock.defaultDistributedConfig()Gets default distributed lock configuration 获取默认分布式锁配置 -
Uses of DistributedLockConfig in cloud.opencode.base.lock.distributed
Methods in cloud.opencode.base.lock.distributed that return DistributedLockConfigModifier and TypeMethodDescriptionDistributedLockConfig.Builder.build()Builds the distributed lock configuration 构建分布式锁配置static DistributedLockConfigDistributedLockConfig.defaults()Gets the default configuration with reasonable defaults 获取具有合理默认值的默认配置 -
Uses of DistributedLockConfig in cloud.opencode.base.lock.spi
Methods in cloud.opencode.base.lock.spi with parameters of type DistributedLockConfigModifier and TypeMethodDescriptionDistributedLockProvider.createLock(String lockName, DistributedLockConfig config) Creates a new distributed lock with the specified name and configuration 使用指定名称和配置创建新的分布式锁default ReadWriteLock<String> DistributedLockProvider.createReadWriteLock(String lockName, DistributedLockConfig config) Creates a distributed read-write lock 创建分布式读写锁