| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
GetIndexTemplatesRequestBuilder |
GetIndexTemplatesAction.newRequestBuilder(IndicesAdminClient client) |
| Modifier and Type | Method and Description |
|---|---|
GetIndexTemplatesRequestBuilder |
IndicesAdminClient.prepareGetTemplates(String... name)
Gets an index template (optional).
|
| Modifier and Type | Method and Description |
|---|---|
GetIndexTemplatesRequestBuilder |
AbstractIndicesAdminClient.prepareGetTemplates(String... names) |
Copyright © 2009–2016. All rights reserved.