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 |
---|---|
DeleteSnapshotRequestBuilder |
DeleteSnapshotAction.newRequestBuilder(ClusterAdminClient 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.
|
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotRequestBuilder |
AbstractClusterAdminClient.prepareDeleteSnapshot(String repository,
String name) |
Copyright © 2009–2015. All rights reserved.