| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector | |
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.connector.sink | |
| org.apache.flink.table.connector.source |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChangelogMode |
ChangelogMode.all()
Shortcut for a changelog that can contain all
RowKinds. |
ChangelogMode |
ChangelogMode.Builder.build() |
static ChangelogMode |
ChangelogMode.insertOnly()
Shortcut for a simple
RowKind.INSERT-only changelog. |
static ChangelogMode |
ChangelogMode.upsert()
Shortcut for an upsert changelog that describes idempotent updates on a key and thus does not
contain
RowKind.UPDATE_BEFORE rows. |
| 限定符和类型 | 方法和说明 |
|---|---|
ChangelogMode |
Format.getChangelogMode()
Returns the set of changes that a connector (and transitively the planner) can expect during
runtime.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChangelogMode |
DynamicTableSink.getChangelogMode(ChangelogMode requestedMode)
Returns the set of changes that the sink accepts during runtime.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChangelogMode |
DynamicTableSink.getChangelogMode(ChangelogMode requestedMode)
Returns the set of changes that the sink accepts during runtime.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChangelogMode |
ScanTableSource.getChangelogMode()
Returns the set of changes that the planner can expect during runtime.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.