Package org.elasticsearch.search.profile
Class ProfileShardResult
java.lang.Object
org.elasticsearch.search.profile.ProfileShardResult
- All Implemented Interfaces:
Writeable
public class ProfileShardResult extends java.lang.Object implements Writeable
-
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(java.util.List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult)ProfileShardResult(StreamInput in) -
Method Summary
Modifier and Type Method Description AggregationProfileShardResultgetAggregationProfileResults()java.util.List<QueryProfileShardResult>getQueryProfileResults()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProfileShardResult
public ProfileShardResult(java.util.List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult) -
ProfileShardResult
- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getQueryProfileResults
-
getAggregationProfileResults
-