public class ScrollQueryFetchSearchResult extends TransportResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
ScrollQueryFetchSearchResult() |
ScrollQueryFetchSearchResult(QueryFetchSearchResult result,
SearchShardTarget shardTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(StreamInput in) |
QueryFetchSearchResult |
result() |
SearchShardTarget |
shardTarget() |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ScrollQueryFetchSearchResult()
public ScrollQueryFetchSearchResult(QueryFetchSearchResult result, SearchShardTarget shardTarget)
public QueryFetchSearchResult result()
public SearchShardTarget shardTarget()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class TransportMessage<TransportResponse>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportResponse>IOExceptionCopyright © 2009–2017. All rights reserved.