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. |
Modifier and Type | Class and Description |
---|---|
class |
AvroFileFormat<T>
FileFormat for avro files. |
class |
CsvFileFormat<T>
FileFormat for CSV files. |
class |
JsonFileFormat<T>
FileFormat for the JSON Lines files. |
class |
LinesTextFileFormat
FileFormat for text files where each line is a String
data item. |
class |
ParquetFileFormat<T>
FileFormat for Parquet files. |
class |
RawBytesFileFormat
FileFormat for binary files where the whole file is one byte[] item. |
class |
TextFileFormat
FileFormat for text files where the whole file is one String data 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 © 2023 Hazelcast, Inc.. All rights reserved.