- getAllHeldClusterLocks() - Method in interface com.atlassian.beehive.db.spi.ClusterLockDao
-
Returns lock details for all cluster locks being held by any cluster node.
- getAllKnownClusterLocks() - Method in class com.atlassian.beehive.db.DatabaseClusterLockService
-
- getClusterLockStatusByName(String) - Method in interface com.atlassian.beehive.db.spi.ClusterLockDao
-
Returns the cluster lock details for the given name, or null if no such lock has ever been created.
- getExpiryPeriodDurationSeconds() - Static method in class com.atlassian.beehive.db.LockExpiryConfiguration
-
A amount of time since the last confirmation of lock state, during which lock should be treated as fully owned by the reported owner.
- getLockForName(String) - Method in class com.atlassian.beehive.db.DatabaseClusterLockService
-
- getRenewalIntervalInSeconds() - Static method in class com.atlassian.beehive.db.LockExpiryConfiguration
-
Time between periodical renewals of lease for all locks owned by this instance.
- getStatusesOfAllHeldClusterLocks() - Method in class com.atlassian.beehive.db.DatabaseClusterLockService
-