Class Striped.PaddedLock

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.locks.Lock
    Enclosing class:
    Striped<L>

    private static class Striped.PaddedLock
    extends java.util.concurrent.locks.ReentrantLock
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long unused1  
      (package private) long unused2  
      (package private) long unused3  
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • unused1

        long unused1
      • unused2

        long unused2
      • unused3

        long unused3
    • Constructor Detail

      • PaddedLock

        PaddedLock()