Class OpenIndexAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<OpenIndexResponse>
-
- org.elasticsearch.action.admin.indices.open.OpenIndexAction
-
public class OpenIndexAction extends ActionType<OpenIndexResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static OpenIndexActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<OpenIndexResponse>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 OpenIndexAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<OpenIndexResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<OpenIndexResponse>
-
-