public class GetSnapshotsRequest extends MasterNodeOperationRequest<GetSnapshotsRequest>
TransportRequest.EmptyDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeoutheaders| Constructor and Description |
|---|
GetSnapshotsRequest(String repository)
Constructs a new get snapshots request with given repository name
|
GetSnapshotsRequest(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
|
GetSnapshotsRequest |
repository(String repository)
Sets repository name
|
String[] |
snapshots()
Returns the names of the snapshots.
|
GetSnapshotsRequest |
snapshots(String[] snapshots)
Sets the list of snapshots to be returned
|
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
masterNodeTimeout, masterNodeTimeout, masterNodeTimeoutlistenerThreaded, listenerThreadedputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic GetSnapshotsRequest(String repository, String[] snapshots)
repository - repository namesnapshots - list of snapshotspublic GetSnapshotsRequest(String repository)
repository - repository namepublic ActionRequestValidationException validate()
validate in class ActionRequest<GetSnapshotsRequest>public GetSnapshotsRequest repository(String repository)
repository - repository namepublic String repository()
public String[] snapshots()
public GetSnapshotsRequest snapshots(String[] snapshots)
snapshots - public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class MasterNodeOperationRequest<GetSnapshotsRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class MasterNodeOperationRequest<GetSnapshotsRequest>IOExceptionCopyright © 2009–2016. All rights reserved.