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.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
RedisTransaction |
RedisTransaction.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
Single<String> |
RedisTransaction.rxClusterSetslot(long slot,
SlotCmd subcommand)
Bind an hash slot to a specific node.
|
Completable |
RedisClient.rxClusterSetslot(long slot,
SlotCmd subcommand)
Bind an hash slot to a specific node.
|
Single<String> |
RedisTransaction.rxClusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId)
Bind an hash slot to a specific node.
|
Completable |
RedisClient.rxClusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId)
Bind an hash slot to a specific node.
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<String>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<Void>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisTransaction |
RedisTransaction.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<String>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<Void>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
Modifier and Type | Method and Description |
---|---|
static SlotCmd |
SlotCmd.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SlotCmd[] |
SlotCmd.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.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslot(long slot,
SlotCmd subcommand,
Handler<AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
Observable<String> |
RedisTransaction.clusterSetslotObservable(long slot,
SlotCmd subcommand)
Deprecated.
|
Observable<Void> |
RedisClient.clusterSetslotObservable(long slot,
SlotCmd subcommand)
Deprecated.
|
RedisTransaction |
RedisTransaction.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
Handler<AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
Observable<String> |
RedisTransaction.clusterSetslotWithNodeObservable(long slot,
SlotCmd subcommand,
String nodeId)
Deprecated.
|
Observable<Void> |
RedisClient.clusterSetslotWithNodeObservable(long slot,
SlotCmd subcommand,
String nodeId)
Deprecated.
|
Single<String> |
RedisTransaction.rxClusterSetslot(long slot,
SlotCmd subcommand)
Bind an hash slot to a specific node.
|
Single<Void> |
RedisClient.rxClusterSetslot(long slot,
SlotCmd subcommand)
Bind an hash slot to a specific node.
|
Single<String> |
RedisTransaction.rxClusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId)
Bind an hash slot to a specific node.
|
Single<Void> |
RedisClient.rxClusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId)
Bind an hash slot to a specific node.
|
Copyright © 2023 Eclipse. All rights reserved.