Uses of Class
org.elasticsearch.index.reindex.BulkByScrollResponse
-
Packages that use BulkByScrollResponse Package Description org.elasticsearch.client org.elasticsearch.index.reindex -
-
Uses of BulkByScrollResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return BulkByScrollResponse Modifier and Type Method Description BulkByScrollResponseRestHighLevelClient. deleteByQuery(DeleteByQueryRequest deleteByQueryRequest, RequestOptions options)Executes a delete by query request.BulkByScrollResponseRestHighLevelClient. reindex(ReindexRequest reindexRequest, RequestOptions options)Executes a reindex request.BulkByScrollResponseRestHighLevelClient. updateByQuery(UpdateByQueryRequest updateByQueryRequest, RequestOptions options)Executes a update by query request.Method parameters in org.elasticsearch.client with type arguments of type BulkByScrollResponse Modifier and Type Method Description CancellableRestHighLevelClient. deleteByQueryAsync(DeleteByQueryRequest deleteByQueryRequest, RequestOptions options, ActionListener<BulkByScrollResponse> listener)Asynchronously executes a delete by query request.CancellableRestHighLevelClient. reindexAsync(ReindexRequest reindexRequest, RequestOptions options, ActionListener<BulkByScrollResponse> listener)Asynchronously executes a reindex request.CancellableRestHighLevelClient. updateByQueryAsync(UpdateByQueryRequest updateByQueryRequest, RequestOptions options, ActionListener<BulkByScrollResponse> listener)Asynchronously executes an update by query request. -
Uses of BulkByScrollResponse in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return BulkByScrollResponse Modifier and Type Method Description static BulkByScrollResponseBulkByScrollResponse. fromXContent(XContentParser parser)Methods in org.elasticsearch.index.reindex with parameters of type BulkByScrollResponse Modifier and Type Method Description voidLeaderBulkByScrollTaskState. onSliceResponse(ActionListener<BulkByScrollResponse> listener, int sliceId, BulkByScrollResponse response)Record a response from a slice and respond to the listener if the request is finished.Method parameters in org.elasticsearch.index.reindex with type arguments of type BulkByScrollResponse Modifier and Type Method Description voidLeaderBulkByScrollTaskState. onSliceFailure(ActionListener<BulkByScrollResponse> listener, int sliceId, Exception e)Record a failure from a slice and respond to the listener if the request is finished.voidLeaderBulkByScrollTaskState. onSliceResponse(ActionListener<BulkByScrollResponse> listener, int sliceId, BulkByScrollResponse response)Record a response from a slice and respond to the listener if the request is finished.Constructor parameters in org.elasticsearch.index.reindex with type arguments of type BulkByScrollResponse Constructor Description BulkByScrollResponse(Iterable<BulkByScrollResponse> toMerge, String reasonCancelled)
-