use of org.elasticsearch.action.bulk.byscroll.ParentBulkByScrollTask in project elasticsearch by elastic.
the class TransportRethrottleActionTests method createTask.
@Before
public void createTask() {
slices = between(2, 50);
task = new ParentBulkByScrollTask(1, "test_type", "test_action", "test", null, slices);
}
Aggregations