public interface

ClusteredLock

implements Lock
com.atlassian.confluence.cluster.ClusteredLock
Known Indirect Subclasses

Class Overview

A clustered lock for locking of shared cluster resources

Summary

Public Methods
abstract Serializable getValue()
abstract void setValue(Serializable value)
Set the value of the key that is locked
[Expand]
Inherited Methods
From interface com.atlassian.confluence.concurrent.Lock

Public Methods

public abstract Serializable getValue ()

Returns
  • The value of the key that is locked

public abstract void setValue (Serializable value)

Set the value of the key that is locked