Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterSetslot(long slot,
SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslot(long slot,
SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisTransaction |
RedisTransaction.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.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.
|
Copyright © 2021 Eclipse. All rights reserved.