| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AvroFileFormat<T>FileFormatfor avro files. | 
| class  | CsvFileFormat<T>FileFormatfor CSV files. | 
| class  | JsonFileFormat<T>FileFormatfor the JSON Lines files. | 
| class  | LinesTextFileFormatFileFormatfor text files where each line is aStringdata item. | 
| class  | ParquetFileFormat<T>FileFormatfor Parquet files. | 
| class  | RawBytesFileFormatFileFormatfor binary files where the whole file is onebyte[]item. | 
| class  | TextFileFormatFileFormatfor text files where the whole file is oneStringdata item. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T_NEW> FileSourceBuilder<T_NEW> | FileSourceBuilder. format(FileFormat<T_NEW> fileFormat)Set the file format for the source. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.