Uses of Class
com.hazelcast.jet.pipeline.file.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
Modifier 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.