Class Striped.PaddedLock
- java.lang.Object
-
- java.util.concurrent.locks.ReentrantLock
-
- com.google.common.util.concurrent.Striped.PaddedLock
-
-
Constructor Summary
Constructors Constructor Description PaddedLock()
-
Method Summary
-
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
-