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