Package com.atlassian.jira.issue.index
Class IndexLocks
java.lang.Object
com.atlassian.jira.issue.index.IndexLocks
Holds the index read/write locks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJRA-63188: which thread is holding the lock
-
Constructor Details
-
IndexLocks
public IndexLocks()
-
-
Method Details
-
getReadLock
-
getWriteLock
-
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
-