Package org.elasticsearch.search.profile
Class ProfileShardResult
- java.lang.Object
-
- org.elasticsearch.search.profile.ProfileShardResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description ProfileShardResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult)ProfileShardResult(StreamInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationProfileShardResultgetAggregationProfileResults()List<QueryProfileShardResult>getQueryProfileResults()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
-
-
Constructor Detail
-
ProfileShardResult
public ProfileShardResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult)
-
ProfileShardResult
public ProfileShardResult(StreamInput in) throws IOException
- Throws:
IOException
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getQueryProfileResults
public List<QueryProfileShardResult> getQueryProfileResults()
-
getAggregationProfileResults
public AggregationProfileShardResult getAggregationProfileResults()
-
-