Uses of Class
io.vertx.redis.client.RedisRole
-
Packages that use RedisRole Package Description io.vertx.redis.client -
-
Uses of RedisRole in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisRole Modifier and Type Method Description RedisRole
RedisOptions. getRole()
Get the client role; that is, to which kind of node should the connection be established.RedisRole
RedisSentinelConnectOptions. getRole()
Get the client role; that is, to which kind of node should the connection be established.static RedisRole
RedisRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisRole[]
RedisRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.redis.client with parameters of type RedisRole Modifier and Type Method Description RedisOptions
RedisOptions. setRole(RedisRole role)
Set the client role; that is, to which kind of node should the connection be established.RedisSentinelConnectOptions
RedisSentinelConnectOptions. setRole(RedisRole role)
Set the client role; that is, to which kind of node should the connection be established.
-