FileSourceBuilder
 which allows you to construct various kinds of Pipeline sources that read from local or distributed files.See: Description
| Interface | Description | 
|---|---|
| FileFormat<T> | 
 Describes the data format of a file to be used as a Jet data source. 
 | 
| 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 a String
 data item. | 
| ParquetFileFormat<T> | 
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. | 
FileSourceBuilder
 which allows you to construct various kinds of Pipeline sources that read from local or distributed files.Copyright © 2023 Hazelcast, Inc.. All rights reserved.