Class GetIndexTemplatesAction
- java.lang.Object
-
- org.elasticsearch.action.Action<GetIndexTemplatesResponse>
-
- org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
public class GetIndexTemplatesAction extends Action<GetIndexTemplatesResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static GetIndexTemplatesActionINSTANCEstatic java.lang.StringNAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetIndexTemplatesAction()
-
Method Summary
Modifier and Type Method Description GetIndexTemplatesResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
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
-
-
Method Detail
-
newResponse
public GetIndexTemplatesResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<GetIndexTemplatesResponse>
-
-