public class FtAggregateIteration extends JedisCommandIterationBase<AggregationResult,Row>
| Constructor and Description |
|---|
FtAggregateIteration(ConnectionProvider connectionProvider,
String indexName,
AggregationBuilder aggr)
CURSOR must be set. |
| Modifier and Type | Method and Description |
|---|---|
protected 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, 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 Collection<Row> convertBatchToData(AggregationResult batch)
convertBatchToData in class JedisCommandIterationBase<AggregationResult,Row>Copyright © 2024. All rights reserved.