Uses of Enum
io.vertx.redis.client.RedisRole
Packages that use RedisRole
-
Uses of RedisRole in io.vertx.redis.client
Subclasses with type arguments of type RedisRole in io.vertx.redis.clientModifier and TypeClassDescriptionenumThe client role; that is, to which kind of node should the connection be established.Methods in io.vertx.redis.client that return RedisRoleModifier and TypeMethodDescriptionRedisOptions.getRole()Get the client role; that is, to which kind of node should the connection be established.RedisSentinelConnectOptions.getRole()Get the client role; that is, to which kind of node should the connection be established.static RedisRoleReturns 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 RedisRoleModifier and TypeMethodDescriptionSet the client role; that is, to which kind of node should the connection be established.Set the client role; that is, to which kind of node should the connection be established.