| Modifier and Type | Method and Description | 
|---|---|
void | 
SharedData.getLocalLock(String name,
            Handler<AsyncResult<Lock>> resultHandler)
Get an asynchronous local lock with the specified name. 
 | 
void | 
SharedData.getLocalLockWithTimeout(String name,
                       long timeout,
                       Handler<AsyncResult<Lock>> resultHandler)
Like  
SharedData.getLocalLock(String, Handler) but specifying a timeout. | 
void | 
SharedData.getLock(String name,
       Handler<AsyncResult<Lock>> resultHandler)
Get an asynchronous lock with the specified name. 
 | 
void | 
SharedData.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)
Like  
SharedData.getLock(String, Handler) but specifying a timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterManager.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InfinispanClusterManager.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Lock | 
Lock.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Lock | 
Lock.newInstance(Lock arg)  | 
| Constructor and Description | 
|---|
Lock(Lock delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Lock | 
Lock.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Lock | 
Lock.newInstance(Lock arg)  | 
| Constructor and Description | 
|---|
Lock(Lock delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HazelcastClusterManager.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IgniteClusterManager.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ZookeeperClusterManager.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)  | 
Copyright © 2020 Eclipse. All rights reserved.