| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotsStatusRequest |
SnapshotsStatusRequest.repository(String repository)
Sets repository name
|
SnapshotsStatusRequest |
SnapshotsStatusRequest.snapshots(String[] snapshots)
Sets the list of snapshots to be returned
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportSnapshotsStatusAction.checkBlock(SnapshotsStatusRequest request,
ClusterState state) |
protected void |
TransportSnapshotsStatusAction.masterOperation(SnapshotsStatusRequest request,
ClusterState state,
ActionListener<SnapshotsStatusResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotsStatusRequest |
Requests.snapshotsStatusRequest(String repository)
Get status of snapshots
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SnapshotsStatusResponse> |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request)
Get snapshot status.
|
void |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request,
ActionListener<SnapshotsStatusResponse> listener)
Get snapshot status.
|
Copyright © 2009–2017. All rights reserved.