Package org.elasticsearch.search.profile
Class SearchProfileQueryPhaseResult
java.lang.Object
org.elasticsearch.search.profile.SearchProfileQueryPhaseResult
- All Implemented Interfaces:
Writeable
Profile results from a shard for the search phase.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionSearchProfileQueryPhaseResult
(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
SearchProfileQueryPhaseResult
public SearchProfileQueryPhaseResult(List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult) -
SearchProfileQueryPhaseResult
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getQueryProfileResults
-
getAggregationProfileResults
-
equals
-
hashCode
public int hashCode()
-