| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputFormatProvider
Provider of an
OutputFormat instance as a runtime implementation for DynamicTableSink. |
interface |
SinkProvider
Deprecated.
Please convert your sink to
Sink and use
SinkV2Provider. |
interface |
SinkV2Provider
Provider of a
Sink instance as a runtime implementation for DynamicTableSink. |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSink.SinkRuntimeProvider |
DynamicTableSink.getSinkRuntimeProvider(DynamicTableSink.Context context)
Returns a provider of runtime implementation for writing the data.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.