Modifier and Type | Method and Description |
---|---|
Future<Lock> |
SharedData.getLocalLock(String name)
Same as
SharedData.getLocalLock(String, Handler) but returns a Future of the asynchronous result |
Future<Lock> |
SharedData.getLocalLockWithTimeout(String name,
long timeout)
Same as
SharedData.getLocalLockWithTimeout(String, long, Handler) but returns a Future of the asynchronous result |
Future<Lock> |
SharedData.getLock(String name)
Same as
SharedData.getLock(String, Handler) but returns a Future of the asynchronous result |
Future<Lock> |
SharedData.getLockWithTimeout(String name,
long timeout)
Same as
SharedData.getLockWithTimeout(String, long, Handler) but returns a Future of the asynchronous result |
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,
Promise<Lock> promise)
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanClusterManager.getLockWithTimeout(String name,
long timeout,
Promise<Lock> promise) |
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 |
---|---|
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,
Promise<Lock> promise) |
Modifier and Type | Method and Description |
---|---|
void |
IgniteClusterManager.getLockWithTimeout(String name,
long timeout,
Promise<Lock> promise) |
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperClusterManager.getLockWithTimeout(String name,
long timeout,
Promise<Lock> promise) |
Copyright © 2022 Eclipse. All rights reserved.