Class StampedLockManager.WriteLock

java.lang.Object
org.eclipse.rdf4j.common.concurrent.locks.StampedLockManager.WriteLock
All Implemented Interfaces:
Lock
Enclosing class:
StampedLockManager

private static class StampedLockManager.WriteLock extends Object implements Lock
  • Field Details

    • lock

      private final StampedLock lock
    • stamp

      private long stamp
  • Constructor Details

    • WriteLock

      public WriteLock(StampedLock lock, long stamp)
  • Method Details

    • 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