Package com.hazelcast.jet.pipeline.file
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline
sources that read from local or distributed files.- Since:
- Jet 4.4
-
Interface Summary Interface Description FileFormat<T> Describes the data format of a file to be used as a Jet data source. -
Class Summary Class Description AvroFileFormat<T> FileFormat
for avro files.CsvFileFormat<T> FileFormat
for CSV files.FileSourceBuilder<T> A unified builder object for various kinds of file sources.FileSources Contains factory methods for the Unified File Connector.JsonFileFormat<T> FileFormat
for the JSON Lines files.LinesTextFileFormat FileFormat
for text files where each line is aString
data item.ParquetFileFormat<T> FileFormat
for Parquet files.RawBytesFileFormat FileFormat
for binary files where the whole file is onebyte[]
item.TextFileFormat FileFormat
for text files where the whole file is oneString
data item.