public class RecoveryRequest extends BroadcastRequest<RecoveryRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindices| Constructor and Description |
|---|
RecoveryRequest()
Constructs a request for recovery information for all shards
|
RecoveryRequest(java.lang.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)
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
indices, indices, indicesOptions, indicesOptions, validategetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskpublic RecoveryRequest()
public RecoveryRequest(java.lang.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 java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class BroadcastRequest<RecoveryRequest>java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BroadcastRequest<RecoveryRequest>java.io.IOException