Package org.apache.druid.data.input
Interface InputEntityReader
- All Known Implementing Classes:
DelimitedValueReader,IntermediateRowParsingReader,JsonLineReader,JsonNodeReader,JsonReader,LinesReader,RegexReader,TextReader,TextReader.Bytes,TextReader.Strings,TransformingInputEntityReader
public interface InputEntityReader
InputEntityReader knows how to parse data into
InputRow.
This class is stateful and a new InputEntityReader should be created per InputEntity.
Not thread-safe.- See Also:
-
Method Details
-
read
- Throws:
IOException
-
sample
- Throws:
IOException
-