K - Key type.V - Value type.public class SynUpdateArgs<K,V> extends Object
SynUpdateArgs is a mutable object and instances should be used only once to avoid shared mutable state.
| Modifier and Type | Class and Description |
|---|---|
static class |
SynUpdateArgs.Builder
Builder entry points for
SynUpdateArgs. |
| Constructor and Description |
|---|
SynUpdateArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,V> args)
Builds the arguments and appends them to the
CommandArgs. |
SynUpdateArgs<K,V> |
skipInitialScan()
Skip the initial scan of all documents when updating the synonym group.
|
public SynUpdateArgs<K,V> skipInitialScan()
this SynUpdateArgs.public void build(CommandArgs<K,V> args)
CommandArgs.args - the command arguments to append to.Copyright © 2025 lettuce.io. All rights reserved.