Uses of Package
com.hazelcast.jet.pipeline.file
Package
Description
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline
sources that read from local or distributed files.-
ClassDescription
FileFormat
for avro files.FileFormat
for CSV files.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.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.