Uses of Class
io.lettuce.core.models.role.RedisInstance.Role
| Package | Description |
|---|---|
| io.lettuce.core.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
-
Uses of RedisInstance.Role in io.lettuce.core.cluster.models.partitions
Methods in io.lettuce.core.cluster.models.partitions that return RedisInstance.Role Modifier and Type Method Description RedisInstance.RoleRedisClusterNode. getRole()Returns theRedisInstance.Roleof the Redis Cluster node based on theflags. -
Uses of RedisInstance.Role in io.lettuce.core.models.role
Fields in io.lettuce.core.models.role with type parameters of type RedisInstance.Role Modifier and Type Field Description protected static Map<String,RedisInstance.Role>RoleParser. ROLE_MAPPINGMethods in io.lettuce.core.models.role that return RedisInstance.Role Modifier and Type Method Description RedisInstance.RoleRedisInstance. getRole()RedisInstance.RoleRedisMasterInstance. getRole()RedisInstance.RoleRedisReplicaInstance. getRole()RedisInstance.RoleRedisSentinelInstance. getRole()RedisInstance.RoleRedisSlaveInstance. getRole()Deprecated.RedisInstance.RoleRedisUpstreamInstance. getRole()static RedisInstance.RoleRedisInstance.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisInstance.Role[]RedisInstance.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.