| Package | Description | 
|---|---|
| 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. | 
| Class and Description | 
|---|
AvroFileFormat
FileFormat for avro files. | 
CsvFileFormat
FileFormat for CSV files. | 
| FileFormat
 Describes the data format of a file to be used as a Jet data source. 
 | 
| FileSourceBuilder
 A unified builder object for various kinds of file sources. 
 | 
JsonFileFormat
FileFormat for the JSON Lines files. | 
LinesTextFileFormat
FileFormat for text files where each line is a String
 data item. | 
ParquetFileFormat
FileFormat for Parquet files. | 
RawBytesFileFormat
FileFormat for binary files where the whole file is one byte[] item. | 
TextFileFormat
FileFormat for text files where the whole file is one String data item. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.