| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.SortBy<K> |
AggregateArgs.SortBy.max(long max) |
static <K> AggregateArgs.SortBy<K> |
AggregateArgs.SortBy.of(AggregateArgs.SortProperty<K>... properties)
Static factory method to create a SortBy instance with multiple properties.
|
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.SortBy<K> |
AggregateArgs.SortBy.withCount() |
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.Builder<K,V> |
AggregateArgs.Builder.sortBy(AggregateArgs.SortBy<K> sortBy)
Add a SORTBY clause.
|
Copyright © 2025 lettuce.io. All rights reserved.