public class RecoveryRequest extends BroadcastRequest<RecoveryRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindicesheaders| Constructor and Description |
|---|
RecoveryRequest()
Constructs a request for recovery information for all shards
|
RecoveryRequest(String... indices)
Constructs a request for recovery information for all shards for the given indices
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
activeOnly()
True if activeOnly flag is set, false otherwise.
|
void |
activeOnly(boolean activeOnly)
Set value of the activeOnly flag.
|
boolean |
detailed()
True if detailed flag is set, false otherwise.
|
void |
detailed(boolean detailed)
Set value of the detailed flag.
|
void |
readFrom(StreamInput in) |
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 RecoveryRequest()
public RecoveryRequest(String... indices)
indices - Comma-separated list of indices about which to gather recovery informationpublic boolean detailed()
public void detailed(boolean detailed)
detailed - Whether or not to set the detailed flagpublic boolean activeOnly()
public void activeOnly(boolean activeOnly)
activeOnly - Whether or not to set the activeOnly flag.public void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastRequest<RecoveryRequest>IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastRequest<RecoveryRequest>IOExceptionCopyright © 2009–2017. All rights reserved.