Skip navigation links
C F G L N O S T 

C

CharsetGuess - Class in org.embulk.util.guess
Guesses a character set from Buffer.

F

fromLinkedHashMapRecords(List<LinkedHashMap<String, Object>>) - Method in class org.embulk.util.guess.SchemaGuess
Guesses a schema from a list of sample records in LinkedHashMaps.
fromListRecords(List<String>, List<List<Object>>) - Method in class org.embulk.util.guess.SchemaGuess
Guesses a schema from a list of sample records in LinkedHashMaps.

G

guess(Buffer) - Method in class org.embulk.util.guess.CharsetGuess
Guesses a character set from Buffer.
guess(ConfigSource, Buffer) - Method in class org.embulk.util.guess.NewlineGuess
Guesses a newline from Buffer.
guess(Iterable<Object>) - Method in class org.embulk.util.guess.TimeFormatGuess
Guesses a time format from objects.

L

LineGuessHelper - Class in org.embulk.util.guess
A helper to convert Buffer to String for guess.

N

NewlineGuess - Class in org.embulk.util.guess
Guesses a newline from Buffer.

O

of(ConfigMapperFactory) - Static method in class org.embulk.util.guess.CharsetGuess
 
of(ConfigMapperFactory) - Static method in class org.embulk.util.guess.LineGuessHelper
 
of(ConfigMapperFactory) - Static method in class org.embulk.util.guess.NewlineGuess
 
of(ConfigMapperFactory) - Static method in class org.embulk.util.guess.SchemaGuess
 
of(ConfigMapperFactory) - Static method in class org.embulk.util.guess.TextGuessHelper
 
of() - Static method in class org.embulk.util.guess.TimeFormatGuess
 
org.embulk.util.guess - package org.embulk.util.guess
 

S

SchemaGuess - Class in org.embulk.util.guess
Guesses a schema from sample objects.

T

TextGuessHelper - Class in org.embulk.util.guess
A helper to convert Buffer to String for guess.
TimeFormatGuess - Class in org.embulk.util.guess
Guesses a time format from objects.
toLines(ConfigSource, Buffer) - Method in class org.embulk.util.guess.LineGuessHelper
 
toText(ConfigSource, Buffer) - Method in class org.embulk.util.guess.TextGuessHelper
 
C F G L N O S T 
Skip navigation links