Package org.elasticsearch.search.profile
Class ProfileShardResult
java.lang.Object
org.elasticsearch.search.profile.ProfileShardResult
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionProfileShardResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
ProfileShardResult
public ProfileShardResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult) -
ProfileShardResult
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getQueryProfileResults
-
getAggregationProfileResults
-