Uses of Interface
com.hazelcast.jet.pipeline.file.FileFormat
Packages that use 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
Classes in com.hazelcast.jet.pipeline.file that implement FileFormatModifier 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.Methods in com.hazelcast.jet.pipeline.file with parameters of type FileFormatModifier and TypeMethodDescription<T_NEW> FileSourceBuilder<T_NEW>
FileSourceBuilder.format
(FileFormat<T_NEW> fileFormat) Set the file format for the source.