| 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 |
|---|---|
DeleteSnapshotRequestBuilder |
DeleteSnapshotAction.newRequestBuilder(ElasticsearchClient client) |
DeleteSnapshotRequestBuilder |
DeleteSnapshotRequestBuilder.setRepository(String repository)
Sets the repository name
|
DeleteSnapshotRequestBuilder |
DeleteSnapshotRequestBuilder.setSnapshot(String snapshot)
Sets the snapshot name
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotRequestBuilder |
ClusterAdminClient.prepareDeleteSnapshot(String repository,
String snapshot)
Delete snapshot.
|
Copyright © 2009–2017. All rights reserved.