public interface GuessPlugin
It guesses a configuration ConfigDiff from a byte sequence Buffer.
| Modifier and Type | Method and Description | 
|---|---|
| org.embulk.config.ConfigDiff | guess(org.embulk.config.ConfigSource config,
     org.embulk.spi.Buffer sample)Performs the guess. | 
org.embulk.config.ConfigDiff guess(org.embulk.config.ConfigSource config,
                                   org.embulk.spi.Buffer sample)
config - a configuration for the guess plugin given from a usersample - a sample data to guessconfig and sample