Uses of Class
io.lettuce.core.models.role.RedisReplicaInstance.State
| Package | Description |
|---|---|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
-
Uses of RedisReplicaInstance.State in io.lettuce.core.models.role
Fields in io.lettuce.core.models.role with type parameters of type RedisReplicaInstance.State Modifier and Type Field Description protected static Map<String,RedisReplicaInstance.State>RoleParser. REPLICA_STATE_MAPPINGMethods in io.lettuce.core.models.role that return RedisReplicaInstance.State Modifier and Type Method Description RedisReplicaInstance.StateRedisReplicaInstance. getState()static RedisReplicaInstance.StateRedisReplicaInstance.State. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisReplicaInstance.State[]RedisReplicaInstance.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core.models.role with parameters of type RedisReplicaInstance.State Modifier and Type Method Description voidRedisReplicaInstance. setState(RedisReplicaInstance.State state)