Package org.elasticsearch.action.get
Class MultiGetAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<MultiGetResponse>
-
- org.elasticsearch.action.get.MultiGetAction
-
public class MultiGetAction extends StreamableResponseActionType<MultiGetResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static MultiGetActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description MultiGetResponsenewResponse()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 MultiGetAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public MultiGetResponse newResponse()
Description copied from class:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<MultiGetResponse>
-
-