Uses of Enum
org.redisson.api.redisnode.SetSlotCommand
Packages that use SetSlotCommand
-
Uses of SetSlotCommand in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return SetSlotCommandModifier and TypeMethodDescriptionstatic SetSlotCommandReturns 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 SetSlotCommandModifier and TypeMethodDescriptionvoidRedisClusterNode.clusterSetSlot(int slot, SetSlotCommand command) Sets slot to this Redis node according to defined commandvoidRedisClusterNode.clusterSetSlot(int slot, SetSlotCommand command, String nodeId) Sets slot to this Redis node according to defined commandRedisClusterNodeAsync.clusterSetSlotAsync(int slot, SetSlotCommand command) Sets slot to this Redis node according to defined commandRedisClusterNodeAsync.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 SetSlotCommandModifier and TypeMethodDescriptionvoidRedisNode.clusterSetSlot(int slot, SetSlotCommand command) voidRedisNode.clusterSetSlot(int slot, SetSlotCommand command, String nodeId) RedisNode.clusterSetSlotAsync(int slot, SetSlotCommand command) RedisNode.clusterSetSlotAsync(int slot, SetSlotCommand command, String nodeId)