| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteFormatAsCsv<IN>
Deprecated.
Please use the
StreamingFileSink
for writing to files from a streaming program. |
class |
WriteFormatAsText<IN>
Deprecated.
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| Modifier and Type | Field and Description |
|---|---|
protected WriteFormat<IN> |
WriteSinkFunction.format
Deprecated.
|
| Constructor and Description |
|---|
WriteSinkFunction(String path,
WriteFormat<IN> format)
Deprecated.
|
WriteSinkFunctionByMillis(String path,
WriteFormat<IN> format,
long millis)
Deprecated.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.