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.Provides Jet pipeline support for vector collections.
-
Uses of FileFormat in com.hazelcast.jet.pipeline.file
Classes in com.hazelcast.jet.pipeline.file that implement FileFormatModifier and TypeClassDescriptionclassFileFormatfor avro files.classFileFormatfor CSV files.classFileFormatfor the JSON Lines files.classFileFormatfor text files where each line is aStringdata item.classFileFormatfor Parquet files.classFileFormatfor binary files where the whole file is onebyte[]item.classFileFormatfor text files where the whole file is oneStringdata 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. -
Uses of FileFormat in com.hazelcast.vector.jet
Classes in com.hazelcast.vector.jet that implement FileFormatModifier and TypeClassDescriptionclassfvecs format definition for Unified File Connectorclassivecs format definition for Unified File Connector