Class AggregationResult
java.lang.Object
org.redisson.api.search.aggregate.AggregationResult
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionAggregationResult
(long total, List<Map<String, Object>> attributes) AggregationResult
(long total, List<Map<String, Object>> attributes, long cursorId) -
Method Summary
Modifier and TypeMethodDescriptionList of attributes mapped by attribute name.long
Returns cursor id value.long
getTotal()
Returns total amount of attributes.
-
Constructor Details
-
AggregationResult
-
AggregationResult
-
-
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
List of attributes mapped by attribute name.- Returns:
- list of attributes
-