Uses of Class
org.elasticsearch.search.profile.query.CollectorResult
-
Packages that use CollectorResult Package Description org.elasticsearch.search.profile.query -
-
Uses of CollectorResult in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return CollectorResult Modifier and Type Method Description static CollectorResultCollectorResult. fromXContent(XContentParser parser)CollectorResultQueryProfiler. getCollector()Return the current root Collector for this searchCollectorResultQueryProfileShardResult. getCollectorResult()CollectorResultInternalProfileCollector. getCollectorTree()Methods in org.elasticsearch.search.profile.query that return types with arguments of type CollectorResult Modifier and Type Method Description List<CollectorResult>CollectorResult. getProfiledChildren()Constructors in org.elasticsearch.search.profile.query with parameters of type CollectorResult Constructor Description QueryProfileShardResult(List<ProfileResult> queryProfileResults, long rewriteTime, CollectorResult profileCollector)Constructor parameters in org.elasticsearch.search.profile.query with type arguments of type CollectorResult Constructor Description CollectorResult(String collectorName, String reason, Long time, List<CollectorResult> children)
-