Class GetIndexTemplatesAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<GetIndexTemplatesResponse>
-
- org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
public class GetIndexTemplatesAction extends ActionType<GetIndexTemplatesResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static GetIndexTemplatesActionINSTANCEstatic StringNAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetIndexTemplatesAction()
-
-
-
Field Detail
-
INSTANCE
public static final GetIndexTemplatesAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-