Uses of Class
org.redisson.api.redisnode.SetSlotCommand
-
Packages that use SetSlotCommand Package Description org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of SetSlotCommand in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return SetSlotCommand Modifier and Type Method 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.Methods in org.redisson.api.redisnode with parameters of type SetSlotCommand Modifier and Type Method Description void
RedisClusterNode. clusterSetSlot(int slot, SetSlotCommand command)
Sets slot to this Redis node according to defined commandvoid
RedisClusterNode. clusterSetSlot(int slot, SetSlotCommand command, String nodeId)
Sets slot to this Redis node according to defined commandRFuture<Void>
RedisClusterNodeAsync. clusterSetSlotAsync(int slot, SetSlotCommand command)
Sets slot to this Redis node according to defined commandRFuture<Void>
RedisClusterNodeAsync. clusterSetSlotAsync(int slot, SetSlotCommand command, String nodeId)
Sets slot to this Redis node according to defined command -
Uses of SetSlotCommand in org.redisson.redisnode
Methods in org.redisson.redisnode with parameters of type SetSlotCommand Modifier and Type Method 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)
-