Package com.hazelcast.jet.pipeline.file
package 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.- Since:
- Jet 4.4
-
ClassDescription
FileFormat
for avro files.FileFormat
for CSV files.FileFormat<T>Describes the data format of a file to be used as a Jet data source.A unified builder object for various kinds of file sources.Contains factory methods for the Unified File Connector.FileFormat
for the JSON Lines files.FileFormat
for text files where each line is aString
data item.FileFormat
for Parquet files.FileFormat
for binary files where the whole file is onebyte[]
item.FileFormat
for text files where the whole file is oneString
data item.