类 LockerUtil.Locker
- java.lang.Object
-
- java.util.concurrent.locks.ReentrantLock
-
- tech.codingless.core.plugs.mybaties3.util.LockerUtil.Locker
-
- 所有已实现的接口:
Serializable,Lock
- 封闭类:
- LockerUtil
public static class LockerUtil.Locker extends ReentrantLock
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Locker()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetKey()longgetT()voidlock()voidsetKey(String key)voidsetT(long t)-
从类继承的方法 java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
-