| Package | Description |
|---|---|
| org.redisson.api.redisnode | |
| org.redisson.redisnode |
| Modifier and Type | Method and Description |
|---|---|
static SetSlotCommand |
SetSlotCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetSlotCommand[] |
SetSlotCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisClusterNode.clusterSetSlot(int slot,
SetSlotCommand command)
Sets slot to this Redis node according to defined command
|
void |
RedisClusterNode.clusterSetSlot(int slot,
SetSlotCommand command,
String nodeId)
Sets slot to this Redis node according to defined command
|
RFuture<Void> |
RedisClusterNodeAsync.clusterSetSlotAsync(int slot,
SetSlotCommand command)
Sets slot to this Redis node according to defined command
|
RFuture<Void> |
RedisClusterNodeAsync.clusterSetSlotAsync(int slot,
SetSlotCommand command,
String nodeId)
Sets slot to this Redis node according to defined command
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisNode.clusterSetSlot(int slot,
SetSlotCommand command) |
void |
RedisNode.clusterSetSlot(int slot,
SetSlotCommand command,
String nodeId) |
RFuture<Void> |
RedisNode.clusterSetSlotAsync(int slot,
SetSlotCommand command) |
RFuture<Void> |
RedisNode.clusterSetSlotAsync(int slot,
SetSlotCommand command,
String nodeId) |
Copyright © 2014–2021 Redisson. All rights reserved.