| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.executors.aggregators |
| Modifier and Type | Field and Description |
|---|---|
static CommandFlagsRegistry.ResponsePolicy |
StaticCommandFlagsRegistry.DEFAULT_RESPONSE_POLICY |
| Modifier and Type | Method and Description |
|---|---|
CommandFlagsRegistry.ResponsePolicy |
StaticCommandFlagsRegistry.getResponsePolicy(CommandArguments commandArguments)
Get the response policy for a given command.
|
CommandFlagsRegistry.ResponsePolicy |
CommandFlagsRegistry.getResponsePolicy(CommandArguments commandArguments)
Get the response policy for a given command.
|
static CommandFlagsRegistry.ResponsePolicy |
CommandFlagsRegistry.ResponsePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandFlagsRegistry.ResponsePolicy[] |
CommandFlagsRegistry.ResponsePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StaticCommandFlagsRegistry.Builder |
StaticCommandFlagsRegistry.Builder.register(java.lang.String name,
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> flags,
CommandFlagsRegistry.RequestPolicy requestPolicy,
CommandFlagsRegistry.ResponsePolicy responsePolicy) |
StaticCommandFlagsRegistry.Builder |
StaticCommandFlagsRegistry.Builder.register(java.lang.String name,
java.lang.String subcommand,
java.util.EnumSet<CommandFlagsRegistry.CommandFlag> flags,
CommandFlagsRegistry.RequestPolicy requestPolicy,
CommandFlagsRegistry.ResponsePolicy responsePolicy) |
| Modifier and Type | Method and Description |
|---|---|
CommandFlagsRegistry.ResponsePolicy |
MultiNodeResultAggregator.getResponsePolicy()
Returns the response policy being used by this aggregator.
|
| Constructor and Description |
|---|
MultiNodeResultAggregator(CommandFlagsRegistry.ResponsePolicy responsePolicy)
Creates a new aggregator with the specified response policy.
|
Copyright © 2026. All rights reserved.