Package org.elasticsearch.action.bulk
Class BulkAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<BulkResponse>
-
- org.elasticsearch.action.bulk.BulkAction
-
public class BulkAction extends StreamableResponseActionType<BulkResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static BulkActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description BulkResponsenewResponse()Creates a new response instance.TransportRequestOptionstransportOptions(Settings settings)Optional request options for the action.-
Methods inherited from class org.elasticsearch.action.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name
-
-
-
-
Field Detail
-
INSTANCE
public static final BulkAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public BulkResponse newResponse()
Description copied from class:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<BulkResponse>
-
transportOptions
public TransportRequestOptions transportOptions(Settings settings)
Description copied from class:ActionTypeOptional request options for the action.- Overrides:
transportOptionsin classActionType<BulkResponse>
-
-