| Package | Description |
|---|---|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,RedisReplicaInstance.State> |
RoleParser.REPLICA_STATE_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
RedisReplicaInstance.State |
RedisReplicaInstance.getState() |
static RedisReplicaInstance.State |
RedisReplicaInstance.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisReplicaInstance.setState(RedisReplicaInstance.State state) |
Copyright © 2024 lettuce.io. All rights reserved.