Package | Description |
---|---|
io.vertx.reactivex.core.shareddata |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Lock> |
Lock.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Lock |
Lock.newInstance(Lock arg) |
Modifier and Type | Method and Description |
---|---|
Single<Lock> |
SharedData.rxGetLock(String name)
Get a cluster wide lock with the specified name.
|
Single<Lock> |
SharedData.rxGetLockWithTimeout(String name,
long timeout)
|
Modifier and Type | Method and Description |
---|---|
void |
SharedData.getLock(String name,
Handler<AsyncResult<Lock>> resultHandler)
Get a cluster wide lock with the specified name.
|
void |
SharedData.getLockWithTimeout(String name,
long timeout,
Handler<AsyncResult<Lock>> resultHandler)
|
Copyright © 2017. All rights reserved.