Package org.elasticsearch.action.get
Class GetAction
- java.lang.Object
-
- org.elasticsearch.action.Action<GetResponse>
-
- org.elasticsearch.action.get.GetAction
-
public class GetAction extends Action<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 aStreamInputGetResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
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
-
newResponse
public GetResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<GetResponse>
-
getResponseReader
public Writeable.Reader<GetResponse> getResponseReader()
Description copied from class:ActionGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classAction<GetResponse>
-
-