Package redis.clients.jedis.search.aggr
Class FtAggregateIteration
java.lang.Object
redis.clients.jedis.util.JedisCommandIterationBase<AggregationResult,Row>
redis.clients.jedis.search.aggr.FtAggregateIteration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFtAggregateIteration(ConnectionProvider connectionProvider, String indexName, AggregationBuilder aggr) CURSORmust be set. -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<Row> protected CommandArgumentsprotected booleanisNodeCompleted(AggregationResult reply) protected CommandArgumentsnextCommandArguments(AggregationResult lastReply) Methods inherited from class redis.clients.jedis.util.JedisCommandIterationBase
collect, isIterationCompleted, nextBatch, nextBatchList
-
Field Details
-
indexName
-
args
-
-
Constructor Details
-
FtAggregateIteration
public FtAggregateIteration(ConnectionProvider connectionProvider, String indexName, AggregationBuilder aggr) CURSORmust be set.- Parameters:
connectionProvider- connection providerindexName- index nameaggr- cursor must be set
-
-
Method Details
-
isNodeCompleted
- Specified by:
isNodeCompletedin classJedisCommandIterationBase<AggregationResult,Row>
-
initCommandArguments
- Specified by:
initCommandArgumentsin classJedisCommandIterationBase<AggregationResult,Row>
-
nextCommandArguments
- Specified by:
nextCommandArgumentsin classJedisCommandIterationBase<AggregationResult,Row>
-
convertBatchToData
- Specified by:
convertBatchToDatain classJedisCommandIterationBase<AggregationResult,Row>
-