类 LocalChainLock
java.lang.Object
dev.tinyflow.core.chain.repository.LocalChainLock
- 所有已实现的接口:
ChainLock,AutoCloseable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private final booleanprivate static final Map<String,LocalChainLock.LockRef> private final Stringprivate final ReentrantLock -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
GLOBAL_LOCKS
-
instanceId
-
lock
-
acquired
-
-
构造器详细资料
-
LocalChainLock
-
-
方法详细资料
-
isAcquired
从接口复制的说明:ChainLock锁是否成功获取(用于判断是否超时)- 指定者:
isAcquired在接口中ChainLock
-
close
从接口复制的说明:ChainLock释放锁(幂等)- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中ChainLock
-
releaseRef
-