Class AggregationResult

java.lang.Object
org.redisson.api.search.aggregate.AggregationResult

public final class AggregationResult extends Object
Author:
Nikita Koksharov
  • Constructor Details

    • AggregationResult

      public AggregationResult(long total, List<Map<String,Object>> attributes)
    • AggregationResult

      public AggregationResult(long total, List<Map<String,Object>> attributes, long cursorId)
  • Method Details

    • getCursorId

      public long getCursorId()
      Returns cursor id value.
      Returns:
      cursor id value
    • getTotal

      public long getTotal()
      Returns total amount of attributes.
      Returns:
      total amount of attributes
    • getAttributes

      public List<Map<String,Object>> getAttributes()
      List of attributes mapped by attribute name.
      Returns:
      list of attributes