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