Skip navigation links
C D E F G O R T 

C

cleanup(TaskSource, int, List<TaskReport>) - Method in interface org.embulk.spi.FileInputPlugin
Cleans up resources used in the transaction.
cleanup(TaskSource, int, List<TaskReport>) - Method in interface org.embulk.spi.FileOutputPlugin
Cleans up resources used in the transaction.

D

DecoderPlugin - Interface in org.embulk.spi
The main class that a Decoder Plugin implements.
DecoderPlugin.Control - Interface in org.embulk.spi
A controller of the following tasks provided from the Embulk core.

E

EncoderPlugin - Interface in org.embulk.spi
The main class that an Encoder Plugin implements.
EncoderPlugin.Control - Interface in org.embulk.spi
A controller of the following tasks provided from the Embulk core.

F

FileInputPlugin - Interface in org.embulk.spi
The main class that a File Input Plugin implements.
FileInputPlugin.Control - Interface in org.embulk.spi
A controller of the following tasks provided from the Embulk core.
FileOutputPlugin - Interface in org.embulk.spi
The main class that a File Output Plugin implements.
FileOutputPlugin.Control - Interface in org.embulk.spi
A controller of the following tasks provided from the Embulk core.

G

guess(ConfigSource, Buffer) - Method in interface org.embulk.spi.GuessPlugin
Performs the guess.
GuessPlugin - Interface in org.embulk.spi
The main class that a Guess Plugin implements.

O

open(TaskSource, FileInput) - Method in interface org.embulk.spi.DecoderPlugin
Processes each decoding task.
open(TaskSource, FileOutput) - Method in interface org.embulk.spi.EncoderPlugin
Processes each encoding task.
open(TaskSource, int) - Method in interface org.embulk.spi.FileInputPlugin
Processes each file input task.
open(TaskSource, int) - Method in interface org.embulk.spi.FileOutputPlugin
Processes each file input task.
org.embulk.spi - package org.embulk.spi
 

R

resume(TaskSource, int, FileInputPlugin.Control) - Method in interface org.embulk.spi.FileInputPlugin
Resumes a file input transaction.
resume(TaskSource, int, FileOutputPlugin.Control) - Method in interface org.embulk.spi.FileOutputPlugin
Resumes a file output transaction.
run(TaskSource) - Method in interface org.embulk.spi.DecoderPlugin.Control
Runs the following tasks of the decoder plugin.
run(TaskSource) - Method in interface org.embulk.spi.EncoderPlugin.Control
Runs the following tasks of the encoder plugin.
run(TaskSource, int) - Method in interface org.embulk.spi.FileInputPlugin.Control
Runs the following tasks of the File Input Plugin.
run(TaskSource) - Method in interface org.embulk.spi.FileOutputPlugin.Control
Runs the following tasks of the File Output Plugin.

T

transaction(ConfigSource, DecoderPlugin.Control) - Method in interface org.embulk.spi.DecoderPlugin
Processes the entire decoding transaction.
transaction(ConfigSource, EncoderPlugin.Control) - Method in interface org.embulk.spi.EncoderPlugin
Processes the entire encoding transaction.
transaction(ConfigSource, FileInputPlugin.Control) - Method in interface org.embulk.spi.FileInputPlugin
Processes the entire file input transaction.
transaction(ConfigSource, int, FileOutputPlugin.Control) - Method in interface org.embulk.spi.FileOutputPlugin
Processes the entire file output transaction.
C D E F G O R T 
Skip navigation links