Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<Void>> handler)
Forces a slave to perform a manual failover of its master.
|
Modifier and Type | Method and Description |
---|---|
static FailoverOptions |
FailoverOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverOptions[] |
FailoverOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<Void>> handler)
Forces a slave to perform a manual failover of its master.
|
rx.Observable<Void> |
RedisClient.clusterFailOverWithOptionsObservable(FailoverOptions options)
Forces a slave to perform a manual failover of its master.
|
Copyright © 2015. All rights reserved.