Class IndexLocks

java.lang.Object
com.atlassian.jira.issue.index.IndexLocks

public class IndexLocks extends Object
Holds the index read/write locks.
  • Constructor Details

    • IndexLocks

      public IndexLocks()
  • Method Details

    • getReadLock

      public IndexLock getReadLock()
    • getWriteLock

      public IndexLock getWriteLock()
    • getBlocker

      public Thread getBlocker()
      JRA-63188: which thread is holding the lock
      Returns:
      Thread which likely is holding the lock or null is no threads are holding the lock