| java.lang.Object | |
| ↳ | com.atlassian.confluence.cluster.coherence.TangosolClusteredLock |
Tangosol implementation of a ClusteredLock
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | WAIT_UNTIL_ACQUIRED | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Acquire a lock - blocks until lock is successfully acquired
| |||||||||||
Set the value of the key that is locked
| |||||||||||
Try to obtain a lock - returns immediately
| |||||||||||
Unlock this lock
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.cluster.ClusteredLock
| |||||||||||||||
From interface
com.atlassian.confluence.concurrent.Lock
| |||||||||||||||
Acquire a lock - blocks until lock is successfully acquired
Try to obtain a lock - returns immediately
Unlock this lock

