Class TextFileFormat

java.lang.Object
com.hazelcast.jet.pipeline.file.TextFileFormat
All Implemented Interfaces:
FileFormat<String>, Serializable

public class TextFileFormat
extends Object
implements FileFormat<String>
FileFormat for text files where the whole file is one String data item. See FileFormat.text() for more details.
Since:
4.4
See Also:
Serialized Form