| Package | Description |
|---|---|
| org.apache.flink.api.java | |
| org.apache.flink.api.java.functions |
| Modifier and Type | Method and Description |
|---|---|
DataSink<String> |
DataSet.writeAsFormattedText(String filePath,
FileSystem.WriteMode writeMode,
TextOutputFormat.TextFormatter<T> formatter)
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of format(Object) is written. |
DataSink<String> |
DataSet.writeAsFormattedText(String filePath,
TextOutputFormat.TextFormatter<T> formatter)
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of format(Object) is written. |
| Constructor and Description |
|---|
FormattingMapper(TextOutputFormat.TextFormatter<T> formatter) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.