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()Optional request options for the action.Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, nameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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>
-