Uses of Class
io.lettuce.core.models.command.CommandDetail.Flag
| Package | Description |
|---|---|
| io.lettuce.core.models.command |
Model and parser to for the
COMMAND and COMMAND INFO output. |
-
Uses of CommandDetail.Flag in io.lettuce.core.models.command
Fields in io.lettuce.core.models.command with type parameters of type CommandDetail.Flag Modifier and Type Field Description protected static Map<String,CommandDetail.Flag>CommandDetailParser. FLAG_MAPPINGMethods in io.lettuce.core.models.command that return CommandDetail.Flag Modifier and Type Method Description static CommandDetail.FlagCommandDetail.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandDetail.Flag[]CommandDetail.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core.models.command that return types with arguments of type CommandDetail.Flag Modifier and Type Method Description Set<CommandDetail.Flag>CommandDetail. getFlags()Method parameters in io.lettuce.core.models.command with type arguments of type CommandDetail.Flag Modifier and Type Method Description voidCommandDetail. setFlags(Set<CommandDetail.Flag> flags)Constructor parameters in io.lettuce.core.models.command with type arguments of type CommandDetail.Flag Constructor Description CommandDetail(String name, int arity, Set<CommandDetail.Flag> flags, int firstKeyPosition, int lastKeyPosition, int keyStepCount)Deprecated.since 6.1CommandDetail(String name, int arity, Set<CommandDetail.Flag> flags, int firstKeyPosition, int lastKeyPosition, int keyStepCount, Set<AclCategory> aclCategories)Constructs aCommandDetail