public class SnapshotsStatusRequest extends MasterNodeRequest<SnapshotsStatusRequest>
TransportRequest.EmptyDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeoutheaders| Constructor and Description |
|---|
SnapshotsStatusRequest() |
SnapshotsStatusRequest(String repository)
Constructs a new get snapshots request with given repository name
|
SnapshotsStatusRequest(String repository,
String[] snapshots)
Constructs a new get snapshots request with given repository name and list of snapshots
|
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(StreamInput in) |
String |
repository()
Returns repository name
|
SnapshotsStatusRequest |
repository(String repository)
Sets repository name
|
String[] |
snapshots()
Returns the names of the snapshots.
|
SnapshotsStatusRequest |
snapshots(String[] snapshots)
Sets the list of snapshots to be returned
|
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
masterNodeTimeout, masterNodeTimeout, masterNodeTimeoutcreateTask, createTask, setParentTaskgetDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic SnapshotsStatusRequest()
public SnapshotsStatusRequest(String repository, String[] snapshots)
repository - repository namesnapshots - list of snapshotspublic SnapshotsStatusRequest(String repository)
repository - repository namepublic ActionRequestValidationException validate()
validate in class ActionRequest<SnapshotsStatusRequest>public SnapshotsStatusRequest repository(String repository)
repository - repository namepublic String repository()
public String[] snapshots()
public SnapshotsStatusRequest snapshots(String[] snapshots)
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class MasterNodeRequest<SnapshotsStatusRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class MasterNodeRequest<SnapshotsStatusRequest>IOExceptionCopyright © 2009–2017. All rights reserved.