Package com.atlassian.jira.cluster.lock
Interface ClusterLockCleanupDao
- All Known Implementing Classes:
JiraClusterLockQueryDSLDao
public interface ClusterLockCleanupDao
Adds the capability of releasing other nodes' locks in a ClusterLockDao.
- Since:
- v8.2
-
Method Summary
-
Method Details
-
releaseAllClusterLocks
void releaseAllClusterLocks()Release all cluster locks.
-