Uses of Enum Class
cloud.opencode.base.lock.LockType
Packages that use LockType
Package
Description
Lock Package - Unified Lock Abstraction (JDK 25)
Lock包 - 统一锁抽象 (JDK 25)
-
Uses of LockType in cloud.opencode.base.lock
Subclasses with type arguments of type LockType in cloud.opencode.base.lockMethods in cloud.opencode.base.lock that return LockTypeModifier and TypeMethodDescriptionLockConfig.lockType()Returns the value of thelockTyperecord component.static LockTypeReturns the enum constant of this class with the specified name.static LockType[]LockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.lock with parameters of type LockTypeModifier and TypeMethodDescriptionSets the lock type 设置锁类型Constructors in cloud.opencode.base.lock with parameters of type LockTypeModifierConstructorDescriptionLockConfig(Duration defaultTimeout, boolean fair, boolean reentrant, int spinCount, boolean enableMetrics, LockType lockType) Creates an instance of aLockConfigrecord class.