Uses of Class
org.elasticsearch.search.profile.ProfileResult
-
Packages that use ProfileResult Package Description org.elasticsearch.search.profile org.elasticsearch.search.profile.aggregation org.elasticsearch.search.profile.query -
-
Uses of ProfileResult in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return ProfileResult Modifier and Type Method Description static ProfileResultProfileResult. fromXContent(XContentParser parser)Methods in org.elasticsearch.search.profile that return types with arguments of type ProfileResult Modifier and Type Method Description List<ProfileResult>ProfileResult. getProfiledChildren()Returns a list of all profiled children queriesList<ProfileResult>AbstractInternalProfileTree. getTree()After the query has been run and profiled, we need to merge the flat timing map with the dependency graph to build a data structure that mirrors the original query treeList<ProfileResult>AbstractProfiler. getTree()Constructor parameters in org.elasticsearch.search.profile with type arguments of type ProfileResult Constructor Description ProfileResult(String type, String description, Map<String,Long> timings, List<ProfileResult> children) -
Uses of ProfileResult in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return types with arguments of type ProfileResult Modifier and Type Method Description List<ProfileResult>AggregationProfileShardResult. getProfileResults()Constructor parameters in org.elasticsearch.search.profile.aggregation with type arguments of type ProfileResult Constructor Description AggregationProfileShardResult(List<ProfileResult> aggProfileResults) -
Uses of ProfileResult in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return types with arguments of type ProfileResult Modifier and Type Method Description List<ProfileResult>QueryProfileShardResult. getQueryResults()Constructor parameters in org.elasticsearch.search.profile.query with type arguments of type ProfileResult Constructor Description QueryProfileShardResult(List<ProfileResult> queryProfileResults, long rewriteTime, CollectorResult profileCollector)
-