| Constructor and Description |
|---|
BatchExecSink(org.apache.flink.configuration.ReadableConfig tableConfig,
DynamicTableSinkSpec tableSinkSpec,
InputProperty inputProperty,
org.apache.flink.table.types.logical.LogicalType outputType,
String description) |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicTableSinkSpec |
CommonExecSink.tableSinkSpec |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSinkSpec |
CommonExecSink.getTableSinkSpec() |
| Constructor and Description |
|---|
CommonExecSink(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
DynamicTableSinkSpec tableSinkSpec,
org.apache.flink.table.connector.ChangelogMode inputChangelogMode,
boolean isBounded,
List<InputProperty> inputProperties,
org.apache.flink.table.types.logical.LogicalType outputType,
String description) |
| Constructor and Description |
|---|
StreamExecSink(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
DynamicTableSinkSpec tableSinkSpec,
org.apache.flink.table.connector.ChangelogMode inputChangelogMode,
List<InputProperty> inputProperties,
org.apache.flink.table.types.logical.LogicalType outputType,
boolean upsertMaterialize,
String description) |
StreamExecSink(org.apache.flink.configuration.ReadableConfig tableConfig,
DynamicTableSinkSpec tableSinkSpec,
org.apache.flink.table.connector.ChangelogMode inputChangelogMode,
InputProperty inputProperty,
org.apache.flink.table.types.logical.LogicalType outputType,
boolean upsertMaterialize,
String description) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.