public class InternalScrollSearchRequest extends TransportRequest
TransportRequest.Emptyheaders| Constructor and Description |
|---|
InternalScrollSearchRequest() |
InternalScrollSearchRequest(SearchScrollRequest request,
long id) |
| Modifier and Type | Method and Description |
|---|---|
long |
id() |
void |
readFrom(StreamInput in) |
Scroll |
scroll() |
InternalScrollSearchRequest |
scroll(Scroll scroll) |
void |
writeTo(StreamOutput out) |
createTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic InternalScrollSearchRequest()
public InternalScrollSearchRequest(SearchScrollRequest request, long id)
public long id()
public Scroll scroll()
public InternalScrollSearchRequest scroll(Scroll scroll)
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class TransportMessage<TransportRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportRequest>IOExceptionCopyright © 2009–2017. All rights reserved.