| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
GetIndexTemplatesRequest |
GetIndexTemplatesRequest.names(String... names)
Sets the names of the index templates.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetIndexTemplatesAction.checkBlock(GetIndexTemplatesRequest request,
ClusterState state) |
protected void |
TransportGetIndexTemplatesAction.masterOperation(GetIndexTemplatesRequest request,
ClusterState state,
ActionListener<GetIndexTemplatesResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<GetIndexTemplatesResponse> |
IndicesAdminClient.getTemplates(GetIndexTemplatesRequest request)
Gets index template.
|
void |
IndicesAdminClient.getTemplates(GetIndexTemplatesRequest request,
ActionListener<GetIndexTemplatesResponse> listener)
Gets an index template.
|
Copyright © 2009–2017. All rights reserved.