Uses of Class
com.hazelcast.jet.pipeline.file.TextFileFormat
Packages that use TextFileFormat
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 TextFileFormat in com.hazelcast.jet.pipeline.file
Methods in com.hazelcast.jet.pipeline.file that return TextFileFormatModifier and TypeMethodDescriptionstatic TextFileFormat
FileFormat.text()
Returns a file format for text files where the whole file is a single string item.static TextFileFormat
Returns a file format for text files where the whole file is a single string item.