Uses of Class
org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
-
Packages that use AggregationProfileShardResult Package Description org.elasticsearch.search.profile org.elasticsearch.search.profile.aggregation -
-
Uses of AggregationProfileShardResult in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return AggregationProfileShardResult Modifier and Type Method Description AggregationProfileShardResultProfileShardResult. getAggregationProfileResults()Constructors in org.elasticsearch.search.profile with parameters of type AggregationProfileShardResult Constructor Description ProfileShardResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult) -
Uses of AggregationProfileShardResult in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return AggregationProfileShardResult Modifier and Type Method Description static AggregationProfileShardResultAggregationProfileShardResult. fromXContent(XContentParser parser)
-