Uses of Class
org.redisson.connection.NodeSource.Redirect
-
Packages that use NodeSource.Redirect Package Description org.redisson.connection -
-
Uses of NodeSource.Redirect in org.redisson.connection
Methods in org.redisson.connection that return NodeSource.Redirect Modifier and Type Method Description NodeSource.Redirect
NodeSource. getRedirect()
static NodeSource.Redirect
NodeSource.Redirect. valueOf(String name)
Returns 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.Redirect Constructor Description NodeSource(Integer slot, RedisURI addr, NodeSource.Redirect redirect)
-