Class AggregationsResponse
java.lang.Object
com.atlassian.jira.search.aggregation.AggregationsResponse
Container class that encapsulates the results of multiple aggregations.
This class provides access to the results of all aggregations that were executed as part of a search request. Each
result is mapped by the name of its corresponding Aggregation as defined in the AggregationsRequest.
- Since:
- 10.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDateHistogram(String name) <T extends AggregationResult>
TgetValueCount(String name) inthashCode()
-
Field Details
-
EMPTY
-
-
Constructor Details
-
AggregationsResponse
-
-
Method Details
-
getResults
- Returns:
- an unmodifiable map where keys are aggregation names and values are
AggregationResults.
-
getResult
-
getTerms
-
getDateHistogram
-
getRange
-
getMax
-
getStats
-
getSum
-
getAvg
-
getValueCount
-
getFilter
-
equals
-
hashCode
public int hashCode()
-