| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.sink |
| 限定符和类型 | 类和说明 |
|---|---|
class |
WriteFormatAsCsv<IN>
已过时。
Please use the
StreamingFileSink
for writing to files from a streaming program. |
class |
WriteFormatAsText<IN>
已过时。
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected WriteFormat<IN> |
WriteSinkFunction.format
已过时。
|
| 构造器和说明 |
|---|
WriteSinkFunction(String path,
WriteFormat<IN> format)
已过时。
|
WriteSinkFunctionByMillis(String path,
WriteFormat<IN> format,
long millis)
已过时。
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.