| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| 限定符和类型 | 方法和说明 |
|---|---|
default StreamTableSink<T> |
StreamTableSinkFactory.createStreamTableSink(Map<String,String> properties)
已过时。
Context contains more information, and already contains table schema too.
Please use TableSinkFactory.createTableSink(Context) instead. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AppendStreamTableSink<T>
已过时。
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information. |
interface |
RetractStreamTableSink<T>
已过时。
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information. |
interface |
UpsertStreamTableSink<T>
已过时。
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CsvTableSink
已过时。
The legacy CSV connector has been replaced by
FileSink. It is kept only to
support tests for the legacy connector stack. |
class |
OutputFormatTableSink<T>
已过时。
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information. |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamTableSink<org.apache.flink.types.Row> |
CsvBatchTableSinkFactory.createStreamTableSink(Map<String,String> properties)
已过时。
|
StreamTableSink<org.apache.flink.types.Row> |
CsvAppendTableSinkFactory.createStreamTableSink(Map<String,String> properties)
已过时。
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.