| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.warmer.delete | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWarmerResponse |
DeleteWarmerAction.newResponse() |
protected DeleteWarmerResponse |
TransportDeleteWarmerAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteWarmerAction.masterOperation(DeleteWarmerRequest request,
ClusterState state,
ActionListener<DeleteWarmerResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteWarmerResponse> |
IndicesAdminClient.deleteWarmer(DeleteWarmerRequest request)
Deletes an index warmer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.deleteWarmer(DeleteWarmerRequest request,
ActionListener<DeleteWarmerResponse> listener)
Deletes an index warmer.
|
Copyright © 2009–2017. All rights reserved.