public class ClearScrollRequest extends ActionRequest<ClearScrollRequest>
TransportRequest.Empty
Constructor and Description |
---|
ClearScrollRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addScrollId(String scrollId) |
List<String> |
getScrollIds() |
void |
readFrom(StreamInput in) |
List<String> |
scrollIds() |
void |
scrollIds(List<String> scrollIds) |
void |
setScrollIds(List<String> scrollIds) |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
listenerThreaded, listenerThreaded
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public void addScrollId(String scrollId)
public ActionRequestValidationException validate()
validate
in class ActionRequest<ClearScrollRequest>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ActionRequest<ClearScrollRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ActionRequest<ClearScrollRequest>
IOException
Copyright © 2009–2015. All rights reserved.