IN - Input tuple typeStreamingFileSink
for writing to files from a streaming program.@PublicEvolving @Deprecated public abstract class WriteFormat<IN> extends Object implements Serializable
| Constructor and Description |
|---|
WriteFormat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
write(String path,
ArrayList<IN> tupleList)
Deprecated.
Writes the contents of tupleList to the file specified by path.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.