Uses of Class
org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
-
Packages that use BulkByScrollTask.StatusOrException Package Description org.elasticsearch.index.reindex -
-
Uses of BulkByScrollTask.StatusOrException in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return BulkByScrollTask.StatusOrException Modifier and Type Method Description static BulkByScrollTask.StatusOrExceptionBulkByScrollTask.StatusOrException. fromXContent(XContentParser parser)SinceBulkByScrollTask.StatusOrExceptioncan contain either anExceptionor aBulkByScrollTask.Statuswe need to peek at a field first before deciding what needs to be parsed since the same object could contains either.Methods in org.elasticsearch.index.reindex that return types with arguments of type BulkByScrollTask.StatusOrException Modifier and Type Method Description List<BulkByScrollTask.StatusOrException>BulkByScrollTask.Status. getSliceStatuses()Statuses of the sub requests into which this sub-request was sliced.Methods in org.elasticsearch.index.reindex with parameters of type BulkByScrollTask.StatusOrException Modifier and Type Method Description voidBulkByScrollTask.StatusBuilder. addToSliceStatuses(BulkByScrollTask.StatusOrException statusOrException)Method parameters in org.elasticsearch.index.reindex with type arguments of type BulkByScrollTask.StatusOrException Modifier and Type Method Description BulkByScrollTask.StatusLeaderBulkByScrollTaskState. getStatus(List<BulkByScrollTask.StatusOrException> statuses)Get the combined statuses of slice subtasks, merged with the given list of statusesvoidBulkByScrollTask.StatusBuilder. setSliceStatuses(List<BulkByScrollTask.StatusOrException> sliceStatuses)Constructor parameters in org.elasticsearch.index.reindex with type arguments of type BulkByScrollTask.StatusOrException Constructor Description Status(List<BulkByScrollTask.StatusOrException> sliceStatuses, String reasonCancelled)Constructor merging many statuses.
-