public class FtAggregateIteration extends JedisCommandIterationBase<AggregationResult,Row>
| Constructor and Description |
|---|
FtAggregateIteration(ConnectionProvider connectionProvider,
java.lang.String indexName,
AggregationBuilder aggr)
CURSOR must be set. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Row> |
convertBatchToData(AggregationResult batch) |
protected CommandArguments |
initCommandArguments() |
protected boolean |
isNodeCompleted(AggregationResult reply) |
protected CommandArguments |
nextCommandArguments(AggregationResult lastReply) |
collect, isIterationCompleted, nextBatch, nextBatchListpublic FtAggregateIteration(ConnectionProvider connectionProvider, java.lang.String indexName, AggregationBuilder aggr)
CURSOR must be set.connectionProvider - connection providerindexName - index nameaggr - cursor must be setprotected boolean isNodeCompleted(AggregationResult reply)
isNodeCompleted in class JedisCommandIterationBase<AggregationResult,Row>protected CommandArguments initCommandArguments()
initCommandArguments in class JedisCommandIterationBase<AggregationResult,Row>protected CommandArguments nextCommandArguments(AggregationResult lastReply)
nextCommandArguments in class JedisCommandIterationBase<AggregationResult,Row>protected java.util.Collection<Row> convertBatchToData(AggregationResult batch)
convertBatchToData in class JedisCommandIterationBase<AggregationResult,Row>Copyright © 2025. All rights reserved.