Uses of Enum
org.redisson.connection.NodeSource.Redirect
Packages that use NodeSource.Redirect
-
Uses of NodeSource.Redirect in org.redisson.connection
Methods in org.redisson.connection that return NodeSource.RedirectModifier and TypeMethodDescriptionNodeSource.getRedirect()static NodeSource.RedirectReturns the enum constant of this type with the specified name.static NodeSource.Redirect[]NodeSource.Redirect.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.connection with parameters of type NodeSource.RedirectModifierConstructorDescriptionNodeSource(Integer slot, RedisURI addr, NodeSource.Redirect redirect)