IN - Input tuple typeStreamingFileSink
for writing to files from a streaming program.@PublicEvolving @Deprecated public class WriteFormatAsCsv<IN> extends WriteFormat<IN>
| 构造器和说明 |
|---|
WriteFormatAsCsv()
已过时。
|
protected 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–2021 The Apache Software Foundation. All rights reserved.