Package org.elasticsearch.action.bulk
Class BulkAction
java.lang.Object
public class BulkAction extends ActionType<BulkResponse>
-
Field Summary
Fields Modifier and Type Field Description static BulkActionINSTANCEstatic java.lang.StringNAME -
Method Summary
Modifier and Type Method Description TransportRequestOptionstransportOptions(Settings settings)Optional request options for the action.Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name
-
Field Details
-
INSTANCE
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Method Details
-
transportOptions
Description copied from class:ActionTypeOptional request options for the action.- Overrides:
transportOptionsin classActionType<BulkResponse>
-