| Package | Description |
|---|---|
| io.lettuce.core.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
| Modifier and Type | Method and Description |
|---|---|
static RedisClusterNode.NodeFlag |
RedisClusterNode.NodeFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisClusterNode.NodeFlag[] |
RedisClusterNode.NodeFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RedisClusterNode.NodeFlag> |
RedisClusterNode.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisClusterNode.is(RedisClusterNode.NodeFlag nodeFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisClusterNode.setFlags(Set<RedisClusterNode.NodeFlag> flags)
Set of
node flags. |
| Constructor and Description |
|---|
RedisClusterNode(RedisURI uri,
String nodeId,
boolean connected,
String slaveOf,
long pingSentTimestamp,
long pongReceivedTimestamp,
long configEpoch,
List<Integer> slots,
Set<RedisClusterNode.NodeFlag> flags) |
Copyright © 2019 lettuce.io. All rights reserved.