ClusterLockService
for locking@Deprecated public interface LockFactory
Modifier and Type | Method and Description |
---|---|
Lock |
getLock(String name)
Deprecated.
Get a lock -- getting the lock does *not* imply that it has been acquired.
|
Lock getLock(String name)
Lock.tryLock()
or Lock.lock()
on the returned object to
acquire the lock.Copyright © 2003–2015 Atlassian. All rights reserved.