Package com.atlassian.confluence.cluster
Interface ClusteredLock
-
- All Superinterfaces:
Lock
@Deprecated public interface ClusteredLock extends Lock
Deprecated.Since 5.6, useClusterLockService
for locking which returns instances ofLock
A clustered lock for locking of shared cluster resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Serializable
getValue()
Deprecated.void
setValue(Serializable value)
Deprecated.Set the value of the key that is locked
-
-
-
Method Detail
-
getValue
Serializable getValue()
Deprecated.- Returns:
- The value of the key that is locked
-
setValue
void setValue(Serializable value)
Deprecated.Set the value of the key that is locked- Parameters:
value
-
-
-