| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.put | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
PutIndexTemplateResponse |
PutIndexTemplateAction.newResponse() |
protected PutIndexTemplateResponse |
TransportPutIndexTemplateAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PutIndexTemplateRequestBuilder.doExecute(ActionListener<PutIndexTemplateResponse> listener) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PutIndexTemplateResponse> |
AbstractIndicesAdminClient.putTemplate(PutIndexTemplateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndicesAdminClient.putTemplate(PutIndexTemplateRequest request,
ActionListener<PutIndexTemplateResponse> listener) |
Copyright © 2009–2016. All rights reserved.