IN - Input tuple typeStreamingFileSink
for writing to files from a streaming program.@PublicEvolving @Deprecated public class WriteFormatAsText<IN> extends WriteFormat<IN>
| 构造器和说明 |
|---|
WriteFormatAsText()
已过时。
|
public void write(String path, ArrayList<IN> tupleList)
WriteFormatwrite 在类中 WriteFormat<IN>path - is the path to the location where the tuples are writtentupleList - is the list of tuples to be writtenCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.