Class LockStoreImpl.ResourceLockImpl

java.lang.Object
org.aksw.commons.lock.db.impl.LockStoreImpl.ResourceLockImpl
All Implemented Interfaces:
ResourceLock<String>
Enclosing class:
LockStoreImpl

public class LockStoreImpl.ResourceLockImpl extends Object implements ResourceLock<String>
  • Field Details

    • lockKey

      protected org.aksw.commons.path.core.Path<String> lockKey
    • lockAbsPath

      protected Path lockAbsPath
    • mgmtLockPath

      protected Path mgmtLockPath
      The management lock file which when exists prevents modification of the read/write lock ownerships by other processes
    • writeLockPath

      protected Path writeLockPath
  • Constructor Details

    • ResourceLockImpl

      public ResourceLockImpl(org.aksw.commons.path.core.Path<String> lockKey)
  • Method Details