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