Uses of Record Class
cloud.opencode.base.lock.LockGuard
Packages that use LockGuard
Package
Description
Lock Package - Unified Lock Abstraction (JDK 25)
Lock包 - 统一锁抽象 (JDK 25)
Lock Event Package - Lock Lifecycle Event Notification (JDK 25)
锁事件包 - 锁生命周期事件通知 (JDK 25)
Local Lock Package - Local lock implementations
本地锁包 - 本地锁实现
-
Uses of LockGuard in cloud.opencode.base.lock
Methods in cloud.opencode.base.lock that return LockGuard -
Uses of LockGuard in cloud.opencode.base.lock.event
Methods in cloud.opencode.base.lock.event that return LockGuard -
Uses of LockGuard in cloud.opencode.base.lock.local
Methods in cloud.opencode.base.lock.local that return LockGuardModifier and TypeMethodDescriptionLocalLock.lock()RetryLock.lock()SpinLock.lock()TtlLock.lock()LocalLock.lockInterruptibly()RetryLock.lockInterruptibly()SpinLock.lockInterruptibly()TtlLock.lockInterruptibly()