Interface GHLock


public interface GHLock
A write lock interface. Influenced by Lucene code

Author:
Peter Karich
  • Method Details

    • getName

      String getName()
    • tryLock

      boolean tryLock()
    • isLocked

      boolean isLocked()
    • release

      void release()
    • getObtainFailedReason

      Exception getObtainFailedReason()