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.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<String>> handler)
Reset a Redis Cluster node.
|
RedisClient |
RedisClient.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<Void>> handler)
Reset a Redis Cluster node.
|
Single<String> |
RedisTransaction.rxClusterResetWithOptions(ResetOptions options)
Reset a Redis Cluster node.
|
Completable |
RedisClient.rxClusterResetWithOptions(ResetOptions options)
Reset a Redis Cluster node.
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Reset a Redis Cluster node.
|
RedisClient |
RedisClient.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<Void>> handler)
Deprecated.
Reset a Redis Cluster node.
|
Modifier and Type | Method and Description |
---|---|
static ResetOptions |
ResetOptions.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ResetOptions[] |
ResetOptions.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.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<String>> handler)
Reset a Redis Cluster node.
|
RedisClient |
RedisClient.clusterResetWithOptions(ResetOptions options,
Handler<AsyncResult<Void>> handler)
Reset a Redis Cluster node.
|
Observable<String> |
RedisTransaction.clusterResetWithOptionsObservable(ResetOptions options)
Deprecated.
|
Observable<Void> |
RedisClient.clusterResetWithOptionsObservable(ResetOptions options)
Deprecated.
|
Single<String> |
RedisTransaction.rxClusterResetWithOptions(ResetOptions options)
Reset a Redis Cluster node.
|
Single<Void> |
RedisClient.rxClusterResetWithOptions(ResetOptions options)
Reset a Redis Cluster node.
|
Copyright © 2023 Eclipse. All rights reserved.