| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink | |
| org.apache.flink.table.connector.source |
| 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 | Interface and Description |
|---|---|
interface |
InputFormatProvider
Provider of an
InputFormat instance as a runtime implementation for ScanTableSource. |
interface |
SourceProvider
Provider of a
Source instance as a runtime implementation for ScanTableSource. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.