public static interface FileInputPlugin.Control
| Modifier and Type | Method and Description | 
|---|---|
| List<org.embulk.config.TaskReport> | run(org.embulk.config.TaskSource taskSource,
   int taskCount)Runs the following tasks of the File Input Plugin. | 
List<org.embulk.config.TaskReport> run(org.embulk.config.TaskSource taskSource, int taskCount)
It would be executed in FileInputPlugin.resume(org.embulk.config.TaskSource, int, FileInputPlugin.Control).
taskSource - TaskSource processed for tasks from ConfigSourcetaskCount - the number of tasks