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 java.lang.StringNAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetIndexTemplatesAction()
-
Method Summary
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final GetIndexTemplatesAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-