Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<String>> handler)
Forces a slave to perform a manual failover of its master.
|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<Void>> handler)
Forces a slave to perform a manual failover of its master.
|
Single<String> |
RedisTransaction.rxClusterFailOverWithOptions(FailoverOptions options)
Forces a slave to perform a manual failover of its master.
|
Completable |
RedisClient.rxClusterFailOverWithOptions(FailoverOptions options)
Forces a slave to perform a manual failover of its master.
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Forces a slave to perform a manual failover of its master.
|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<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.
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<String>> handler)
Forces a slave to perform a manual failover of its master.
|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<Void>> handler)
Forces a slave to perform a manual failover of its master.
|
Observable<String> |
RedisTransaction.clusterFailOverWithOptionsObservable(FailoverOptions options)
Deprecated.
|
Observable<Void> |
RedisClient.clusterFailOverWithOptionsObservable(FailoverOptions options)
Deprecated.
|
Single<String> |
RedisTransaction.rxClusterFailOverWithOptions(FailoverOptions options)
Forces a slave to perform a manual failover of its master.
|
Single<Void> |
RedisClient.rxClusterFailOverWithOptions(FailoverOptions options)
Forces a slave to perform a manual failover of its master.
|
Copyright © 2023 Eclipse. All rights reserved.