| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static AggregateArgs.WithCursor |
AggregateArgs.WithCursor.of(Long count)
Static factory method to create an WithCursor instance with a single name and expression pair.
|
static AggregateArgs.WithCursor |
AggregateArgs.WithCursor.of(Long count,
Duration maxIdle)
Static factory method to create an WithCursor instance with a single name and expression pair.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AggregateArgs.WithCursor> |
AggregateArgs.getWithCursor() |
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.Builder<K,V> |
AggregateArgs.Builder.withCursor(AggregateArgs.WithCursor withCursor)
Set WITHCURSOR clause for cursor-based pagination.
|
Copyright © 2025 lettuce.io. All rights reserved.