| Package | Description | 
|---|---|
| com.hazelcast.jet.pipeline.file | This package offers the  FileSourceBuilderwhich allows you to construct various kinds ofPipelinesources that read from local or distributed files. | 
| Class and Description | 
|---|
| AvroFileFormat FileFormatfor avro files. | 
| CsvFileFormat FileFormatfor 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 FileFormatfor the JSON Lines files. | 
| LinesTextFileFormat FileFormatfor text files where each line is aStringdata item. | 
| ParquetFileFormat FileFormatfor Parquet files. | 
| RawBytesFileFormat FileFormatfor binary files where the whole file is onebyte[]item. | 
| TextFileFormat FileFormatfor text files where the whole file is oneStringdata item. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.