| 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,
org.apache.flink.core.fs.FileSystem.WriteMode writeMode,
TextOutputFormat.TextFormatter<T> formatter)
Writes a DataSet as text file(s) to the specified location.
|
DataSink<String> |
DataSet.writeAsFormattedText(String filePath,
TextOutputFormat.TextFormatter<T> formatter)
Writes a DataSet as text file(s) to the specified location.
|
| Constructor and Description |
|---|
FormattingMapper(TextOutputFormat.TextFormatter<T> formatter) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.