public class DelegatingClusterLockService extends Object implements ClusterLockService
The intended purpose is to allow applications to instantiate a ManagedClusterLockService
visible only to the application and register this restricted implementation as
the ClusterLockService that is available to add-ons.
| Constructor and Description |
|---|
DelegatingClusterLockService(ClusterLockService delegate) |
| Modifier and Type | Method and Description |
|---|---|
ClusterLock |
getLockForName(String lockName) |
public DelegatingClusterLockService(ClusterLockService delegate)
public ClusterLock getLockForName(@Nonnull String lockName)
getLockForName in interface ClusterLockServiceCopyright © 2020 Atlassian. All rights reserved.