Class QueryProfileShardResult

java.lang.Object
org.elasticsearch.search.profile.query.QueryProfileShardResult
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public final class QueryProfileShardResult extends Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentObject
A container class to hold the profile results for a single shard in the request. Contains a list of query profiles, a collector tree and a total rewrite tree.