Uses of Class
com.hazelcast.jet.pipeline.file.CsvFileFormat
Packages that use CsvFileFormat
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 CsvFileFormat in com.hazelcast.jet.pipeline.file
Methods in com.hazelcast.jet.pipeline.file that return CsvFileFormatModifier and TypeMethodDescriptionstatic <T> CsvFileFormat<T>
Returns a file format for CSV files which specifies to deserialize each line into an instance of the given class.static CsvFileFormat<String[]>
Returns a file format for CSV files which specifies to deserialize each line intoString[]
.