Writeable.Reader<V>, Writeable.Writer<V>| Constructor and Description |
|---|
ProfileShardResult(java.util.List<QueryProfileShardResult> queryProfileResults,
AggregationProfileShardResult aggProfileShardResult) |
ProfileShardResult(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
AggregationProfileShardResult |
getAggregationProfileResults() |
java.util.List<QueryProfileShardResult> |
getQueryProfileResults() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public ProfileShardResult(java.util.List<QueryProfileShardResult> queryProfileResults, AggregationProfileShardResult aggProfileShardResult)
public ProfileShardResult(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic java.util.List<QueryProfileShardResult> getQueryProfileResults()
public AggregationProfileShardResult getAggregationProfileResults()