| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static CreateArgs.TargetType |
CreateArgs.TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateArgs.TargetType[] |
CreateArgs.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CreateArgs.TargetType> |
CreateArgs.getOn()
Get the target type for the index.
|
| Modifier and Type | Method and Description |
|---|---|
CreateArgs.Builder<K,V> |
CreateArgs.Builder.on(CreateArgs.TargetType targetType)
Set the
CreateArgs.TargetType type for the index. |
Copyright © 2025 lettuce.io. All rights reserved.