Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.delete | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected DeleteSnapshotRequest |
TransportDeleteSnapshotAction.newRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteSnapshotResponse> |
AbstractClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request) |
void |
AbstractClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request,
ActionListener<DeleteSnapshotResponse> listener) |
Copyright © 2009–2015. All rights reserved.