IN
- Input tuple typeBucketingSink
for writing to files from a streaming program.@PublicEvolving @Deprecated public class WriteFormatAsCsv<IN> extends WriteFormat<IN>
Constructor and Description |
---|
WriteFormatAsCsv()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
write(String path,
ArrayList<IN> tupleList)
Deprecated.
Writes the contents of tupleList to the file specified by path.
|
protected void write(String path, ArrayList<IN> tupleList)
WriteFormat
write
in class WriteFormat<IN>
path
- is the path to the location where the tuples are writtentupleList
- is the list of tuples to be writtenCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.