| 程序包 | 说明 |
|---|---|
| org.apache.flink.api.java | |
| org.apache.flink.api.java.functions |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
FormattingMapper(TextOutputFormat.TextFormatter<T> formatter) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.