Package com.hazelcast.jet.pipeline.file
Class LinesTextFileFormat
java.lang.Object
com.hazelcast.jet.pipeline.file.LinesTextFileFormat
- All Implemented Interfaces:
FileFormat<String>
,Serializable
FileFormat
for text files where each line is a String
data item. See FileFormat.lines()
for more details.- Since:
- Jet 4.4
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
FORMAT_LINES
Format ID for text file as lines.- See Also:
-
-
Method Details
-
charset
Returns the configured character encoding. -
format
Description copied from interface:FileFormat
Returns the name of the file format. The convention is to use the well-known filename suffix or, if there is none, a short-form name of the format.- Specified by:
format
in interfaceFileFormat<String>
-
equals
-
hashCode
public int hashCode()
-