Uses of Interface
com.hazelcast.jet.pipeline.file.FileFormat
Package
Description
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline
sources that read from local or distributed files.-
Uses of FileFormat in com.hazelcast.jet.pipeline.file
Modifier and TypeClassDescriptionclass
FileFormat
for avro files.class
FileFormat
for CSV files.class
FileFormat
for the JSON Lines files.class
FileFormat
for text files where each line is aString
data item.class
FileFormat
for Parquet files.class
FileFormat
for binary files where the whole file is onebyte[]
item.class
FileFormat
for text files where the whole file is oneString
data item.Modifier and TypeMethodDescription<T_NEW> FileSourceBuilder<T_NEW>
FileSourceBuilder.format
(FileFormat<T_NEW> fileFormat) Set the file format for the source.