| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<CommandFlagsRegistry.CommandFlag> |
StaticCommandFlagsRegistry.EMPTY_FLAGS |
| Modifier and Type | Method and Description |
|---|---|
static CommandFlagsRegistry.CommandFlag |
CommandFlagsRegistry.CommandFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandFlagsRegistry.CommandFlag[] |
CommandFlagsRegistry.CommandFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> |
StaticCommandFlagsRegistry.getFlags(CommandArguments commandArguments)
Get the flags for a given command.
|
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> |
CommandFlagsRegistry.getFlags(CommandArguments commandArguments)
Get the flags for a given command.
|
| Modifier and Type | Method and Description |
|---|---|
StaticCommandFlagsRegistry.Builder |
StaticCommandFlagsRegistry.Builder.register(java.lang.String name,
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> flags) |
StaticCommandFlagsRegistry.Builder |
StaticCommandFlagsRegistry.Builder.register(java.lang.String name,
java.lang.String subcommand,
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> flags) |
Copyright © 2025. All rights reserved.