Uses of Class
org.elasticsearch.action.bulk.BulkResponse
-
Packages that use BulkResponse Package Description org.elasticsearch.action.bulk org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of BulkResponse in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return BulkResponse Modifier and Type Method Description static BulkResponseBulkResponse. fromXContent(XContentParser parser)Methods in org.elasticsearch.action.bulk that return types with arguments of type BulkResponse Modifier and Type Method Description static <Response extends ReplicationResponse & WriteResponse>
ActionListener<BulkResponse>TransportSingleItemBulkWriteAction. wrapBulkResponse(ActionListener<Response> listener)Deprecated.Method parameters in org.elasticsearch.action.bulk with type arguments of type BulkResponse Modifier and Type Method Description protected voidTransportBulkAction. doExecute(Task task, BulkRequest bulkRequest, ActionListener<BulkResponse> listener) -
Uses of BulkResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return BulkResponse Modifier and Type Method Description BulkResponseRestHighLevelClient. bulk(BulkRequest bulkRequest, RequestOptions options)Executes a bulk request using the Bulk API.Methods in org.elasticsearch.client that return types with arguments of type BulkResponse Modifier and Type Method Description ActionFuture<BulkResponse>Client. bulk(BulkRequest request)Executes a bulk of index / delete operations.Method parameters in org.elasticsearch.client with type arguments of type BulkResponse Modifier and Type Method Description voidClient. bulk(BulkRequest request, ActionListener<BulkResponse> listener)Executes a bulk of index / delete operations.CancellableRestHighLevelClient. bulkAsync(BulkRequest bulkRequest, RequestOptions options, ActionListener<BulkResponse> listener)Asynchronously executes a bulk request using the Bulk API. -
Uses of BulkResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type BulkResponse Modifier and Type Method Description ActionFuture<BulkResponse>AbstractClient. bulk(BulkRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type BulkResponse Modifier and Type Method Description voidAbstractClient. bulk(BulkRequest request, ActionListener<BulkResponse> listener)
-