Class GetIndexTemplatesAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<GetIndexTemplatesResponse>
-
- org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
public class GetIndexTemplatesAction extends StreamableResponseActionType<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.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, 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:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<GetIndexTemplatesResponse>
-
-