Class CreateIndexAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<CreateIndexResponse>
-
- org.elasticsearch.action.admin.indices.create.CreateIndexAction
-
public class CreateIndexAction extends ActionType<CreateIndexResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static CreateIndexActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<CreateIndexResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInput-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final CreateIndexAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<CreateIndexResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<CreateIndexResponse>
-
-