Interface ClusteredLock

  • All Superinterfaces:
    Lock

    @Deprecated
    public interface ClusteredLock
    extends Lock
    Deprecated.
    Since 5.6, use ClusterLockService for locking which returns instances of Lock
    A clustered lock for locking of shared cluster resources
    • 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 -