Uses of Class
io.lettuce.core.cluster.models.partitions.RedisClusterNode.NodeFlag
| Package | Description |
|---|---|
| io.lettuce.core.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
-
Uses of RedisClusterNode.NodeFlag in io.lettuce.core.cluster.models.partitions
Methods in io.lettuce.core.cluster.models.partitions that return RedisClusterNode.NodeFlag Modifier and Type Method Description static RedisClusterNode.NodeFlagRedisClusterNode.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.Methods in io.lettuce.core.cluster.models.partitions that return types with arguments of type RedisClusterNode.NodeFlag Modifier and Type Method Description Set<RedisClusterNode.NodeFlag>RedisClusterNode. getFlags()Return theNodeFlags.Methods in io.lettuce.core.cluster.models.partitions with parameters of type RedisClusterNode.NodeFlag Modifier and Type Method Description booleanRedisClusterNode. is(RedisClusterNode.NodeFlag nodeFlag)Method parameters in io.lettuce.core.cluster.models.partitions with type arguments of type RedisClusterNode.NodeFlag Modifier and Type Method Description voidRedisClusterNode. setFlags(Set<RedisClusterNode.NodeFlag> flags)Set ofnode flags.Constructor parameters in io.lettuce.core.cluster.models.partitions with type arguments of type RedisClusterNode.NodeFlag Constructor Description RedisClusterNode(RedisURI uri, String nodeId, boolean connected, String slaveOf, long pingSentTimestamp, long pongReceivedTimestamp, long configEpoch, List<Integer> slots, Set<RedisClusterNode.NodeFlag> flags)