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