Uses of Interface
com.atlassian.confluence.concurrent.Lock
-
Packages that use Lock Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.concurrent -
-
Uses of Lock in com.atlassian.confluence.cluster
Subinterfaces of Lock in com.atlassian.confluence.cluster Modifier and Type Interface Description interface
ClusteredLock
Deprecated.Since 5.6, useClusterLockService
for locking which returns instances ofLock
-
Uses of Lock in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that return Lock Modifier and Type Method Description Lock
HazelcastClusterManager. getLock(String name)
-
Uses of Lock in com.atlassian.confluence.concurrent
Methods in com.atlassian.confluence.concurrent that return Lock Modifier and Type Method Description Lock
LockFactory. getLock(String name)
Deprecated.Get a lock -- getting the lock does *not* imply that it has been acquired.
-