K - Key type.V - Value type.public class ExplainArgs<K,V> extends Object
ExplainArgs is a mutable object and instances should be used only once to avoid shared mutable state.
| Modifier and Type | Class and Description |
|---|---|
static class |
ExplainArgs.Builder
Builder entry points for
ExplainArgs. |
| Constructor and Description |
|---|
ExplainArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,V> args)
Builds the arguments and appends them to the
CommandArgs. |
ExplainArgs<K,V> |
dialect(QueryDialects dialect)
Set the dialect version under which to execute the query.
|
public ExplainArgs<K,V> dialect(QueryDialects dialect)
dialect - the dialect version.this ExplainArgs.public void build(CommandArgs<K,V> args)
CommandArgs.args - the command arguments to append to.Copyright © 2025 lettuce.io. All rights reserved.