| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.delete | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.repository(String repository) |
DeleteSnapshotRequest |
DeleteSnapshotRequest.snapshot(String snapshot)
Sets snapshot name
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteSnapshotAction.checkBlock(DeleteSnapshotRequest request,
ClusterState state) |
protected void |
TransportDeleteSnapshotAction.masterOperation(DeleteSnapshotRequest request,
ClusterState state,
ActionListener<DeleteSnapshotResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteSnapshotRequest |
Requests.deleteSnapshotRequest(String repository,
String snapshot)
Deletes a snapshot
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteSnapshotResponse> |
ClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request)
Delete snapshot.
|
void |
ClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request,
ActionListener<DeleteSnapshotResponse> listener)
Delete snapshot.
|
Copyright © 2009–2017. All rights reserved.