Uses of Interface
org.apache.flink.api.java.io.TextOutputFormat.TextFormatter
-
Packages that use TextOutputFormat.TextFormatter Package Description org.apache.flink.api.java org.apache.flink.api.java.functions -
-
Uses of TextOutputFormat.TextFormatter in org.apache.flink.api.java
Methods in org.apache.flink.api.java with parameters of type TextOutputFormat.TextFormatter Modifier and Type Method Description DataSink<String>DataSet. writeAsFormattedText(String filePath, TextOutputFormat.TextFormatter<T> formatter)Deprecated.Writes a DataSet as text file(s) to the specified location.DataSink<String>DataSet. writeAsFormattedText(String filePath, org.apache.flink.core.fs.FileSystem.WriteMode writeMode, TextOutputFormat.TextFormatter<T> formatter)Deprecated.Writes a DataSet as text file(s) to the specified location. -
Uses of TextOutputFormat.TextFormatter in org.apache.flink.api.java.functions
Constructors in org.apache.flink.api.java.functions with parameters of type TextOutputFormat.TextFormatter Constructor Description FormattingMapper(TextOutputFormat.TextFormatter<T> formatter)
-