| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static AggregateArgs.SortDirection |
AggregateArgs.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateArgs.SortDirection[] |
AggregateArgs.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> AggregateArgs.SortBy<K> |
AggregateArgs.SortBy.of(K property,
AggregateArgs.SortDirection direction)
Static factory method to create a SortBy instance with a single property.
|
AggregateArgs.Builder<K,V> |
AggregateArgs.Builder.sortBy(K property,
AggregateArgs.SortDirection direction)
Convenience method to add a SORTBY clause with a single property.
|
| Constructor and Description |
|---|
SortProperty(K property,
AggregateArgs.SortDirection direction) |
Copyright © 2025 lettuce.io. All rights reserved.