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
Serializable getValue()
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 Serializable getValue ()

Returns
  • The value of the key that is locked

public void setValue (Serializable value)

Set the value of the key that is locked