| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.put | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected PutIndexTemplateResponse |
TransportPutIndexTemplateAction.newResponse() |
PutIndexTemplateResponse |
PutIndexTemplateAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportPutIndexTemplateAction.masterOperation(PutIndexTemplateRequest request,
ClusterState state,
ActionListener<PutIndexTemplateResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PutIndexTemplateResponse> |
IndicesAdminClient.putTemplate(PutIndexTemplateRequest request)
Puts an index template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.putTemplate(PutIndexTemplateRequest request,
ActionListener<PutIndexTemplateResponse> listener)
Puts an index template.
|
Copyright © 2009–2017. All rights reserved.