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