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 DeleteSnapshotResponse |
TransportDeleteSnapshotAction.newResponse() |
DeleteSnapshotResponse |
DeleteSnapshotAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteSnapshotRequestBuilder.doExecute(ActionListener<DeleteSnapshotResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteSnapshotResponse> |
AbstractClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.deleteSnapshot(DeleteSnapshotRequest request,
ActionListener<DeleteSnapshotResponse> listener) |
Copyright © 2009–2015. All rights reserved.