Class StampedLockManager.OptimisticReadLock

    • Constructor Detail

      • OptimisticReadLock

        public OptimisticReadLock​(StampedLock stampedLock,
                                  long stamp)
    • Method Detail

      • isActive

        public boolean isActive()
        Description copied from interface: Lock
        Checks whether the lock is still active.
        Specified by:
        isActive in interface Lock
      • release

        public void release()
        Description copied from interface: Lock
        Release the lock, making it inactive.
        Specified by:
        release in interface Lock