| Package | Description |
|---|---|
| org.apache.flink.table.connector | |
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.connector.sink | |
| org.apache.flink.table.connector.source |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ChangelogMode |
Format.getChangelogMode()
Returns the set of changes that a connector (and transitively the planner) can expect during
runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ChangelogMode |
DynamicTableSink.getChangelogMode(ChangelogMode requestedMode)
Returns the set of changes that the sink accepts during runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ChangelogMode |
DynamicTableSink.getChangelogMode(ChangelogMode requestedMode)
Returns the set of changes that the sink accepts during runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ChangelogMode |
ScanTableSource.getChangelogMode()
Returns the set of changes that the planner can expect during runtime.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.