K - Key type.V - Value type.public class HighlightArgs<K,V> extends Object
HIGHLIGHT clause.| Modifier and Type | Class and Description |
|---|---|
static class |
HighlightArgs.Builder<K,V>
Builder for
HighlightArgs. |
| Constructor and Description |
|---|
HighlightArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,V> args)
Build a
CommandArgs object that contains all the arguments. |
static <K,V> HighlightArgs.Builder<K,V> |
builder()
Used to build a new instance of the
HighlightArgs. |
public static <K,V> HighlightArgs.Builder<K,V> builder()
HighlightArgs.K - the key typeHighlightArgs.Builder that provides the option to build up a new instance of the SearchArgspublic void build(CommandArgs<K,V> args)
CommandArgs object that contains all the arguments.args - the CommandArgs objectCopyright © 2025 lettuce.io. All rights reserved.