public static interface InputPlugin.Control
| Modifier and Type | Method and Description |
|---|---|
List<TaskReport> |
run(TaskSource taskSource,
Schema schema,
int taskCount)
Runs the following tasks of the Input Plugin.
|
List<TaskReport> run(TaskSource taskSource, Schema schema, int taskCount)
It would be executed at the end of InputPlugin.transaction(org.embulk.config.ConfigSource, InputPlugin.Control).
taskSource - TaskSource processed for tasks from ConfigSourceschema - Schema of the inputtaskCount - the number of tasks