Class AggregationResult

java.lang.Object
redis.clients.jedis.search.aggr.AggregationResult

public class AggregationResult extends Object
  • Field Details

  • Constructor Details

    • AggregationResult

      @Deprecated public AggregationResult(Object resp, long cursorId)
      Deprecated.
    • AggregationResult

      @Deprecated public AggregationResult(Object resp)
      Deprecated.
  • Method Details

    • getTotalResults

      public long getTotalResults()
    • getResults

      public List<Map<String,Object>> getResults()
    • getRows

      public List<Row> getRows()
      Returns:
      results as Rows.
      See Also:
    • getRow

      public Row getRow(int index)
    • getCursorId

      public long getCursorId()