Uses of Class
org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
Packages that use GetIndexTemplatesRequest Package Description org.elasticsearch.action.admin.indices.template.get org.elasticsearch.client -
-
Uses of GetIndexTemplatesRequest in org.elasticsearch.action.admin.indices.template.get
Methods in org.elasticsearch.action.admin.indices.template.get that return GetIndexTemplatesRequest Modifier and Type Method Description GetIndexTemplatesRequestGetIndexTemplatesRequest. names(String... names)Sets the names of the index templates.Methods in org.elasticsearch.action.admin.indices.template.get with parameters of type GetIndexTemplatesRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportGetIndexTemplatesAction. checkBlock(GetIndexTemplatesRequest request, ClusterState state)protected voidTransportGetIndexTemplatesAction. masterOperation(GetIndexTemplatesRequest request, ClusterState state, ActionListener<GetIndexTemplatesResponse> listener) -
Uses of GetIndexTemplatesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetIndexTemplatesRequest Modifier and Type Method Description ActionFuture<GetIndexTemplatesResponse>IndicesAdminClient. getTemplates(GetIndexTemplatesRequest request)Gets index template.voidIndicesAdminClient. getTemplates(GetIndexTemplatesRequest request, ActionListener<GetIndexTemplatesResponse> listener)Gets an index template.
-