Package | Description |
---|---|
org.elasticsearch.action.admin.indices.warmer.delete | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
DeleteWarmerResponse |
DeleteWarmerAction.newResponse() |
protected DeleteWarmerResponse |
TransportDeleteWarmerAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteWarmerRequestBuilder.doExecute(ActionListener<DeleteWarmerResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteWarmerResponse> |
AbstractIndicesAdminClient.deleteWarmer(DeleteWarmerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.deleteWarmer(DeleteWarmerRequest request,
ActionListener<DeleteWarmerResponse> listener) |
Copyright © 2009–2015. All rights reserved.