public class IndicesSegmentsRequest extends BroadcastRequest<IndicesSegmentsRequest>
TransportRequest.EmptyIndicesRequest.Replaceable| Modifier and Type | Field and Description |
|---|---|
protected boolean |
verbose |
indicesheaders| Constructor and Description |
|---|
IndicesSegmentsRequest() |
IndicesSegmentsRequest(String... indices) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(StreamInput in) |
boolean |
verbose()
true if detailed information about each segment should be returned,
false otherwise. |
void |
verbose(boolean v)
Sets the
verbose option. |
void |
writeTo(StreamOutput out) |
indices, indices, indicesOptions, indicesOptions, validatecreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic IndicesSegmentsRequest()
public IndicesSegmentsRequest(String... indices)
public boolean verbose()
true if detailed information about each segment should be returned,
false otherwise.public void verbose(boolean v)
verbose option.verbose()public void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastRequest<IndicesSegmentsRequest>IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastRequest<IndicesSegmentsRequest>IOExceptionCopyright © 2009–2017. All rights reserved.