Package | Description |
---|---|
io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,RedisSlaveInstance.State> |
RoleParser.SLAVE_STATE_MAPPING |
Modifier and Type | Method and Description |
---|---|
RedisSlaveInstance.State |
RedisSlaveInstance.getState() |
static RedisSlaveInstance.State |
RedisSlaveInstance.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisSlaveInstance.State[] |
RedisSlaveInstance.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 |
RedisSlaveInstance.setState(RedisSlaveInstance.State state) |
Copyright © 2019 lettuce.io. All rights reserved.