| 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 |
|---|---|
protected DeleteSnapshotResponse |
TransportDeleteSnapshotAction.newResponse() |
DeleteSnapshotResponse |
DeleteSnapshotAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteSnapshotAction.masterOperation(DeleteSnapshotRequest request,
ClusterState state,
ActionListener<DeleteSnapshotResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteSnapshotResponse> |
ClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request)
Delete snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request,
ActionListener<DeleteSnapshotResponse> listener)
Delete snapshot.
|
Copyright © 2009–2017. All rights reserved.