| Package | Description |
|---|---|
| org.apache.flink.table.sinks | |
| org.apache.flink.table.sources |
| Class and Description |
|---|
| BatchTableSinkFactory
Deprecated.
This interface has been replaced by
DynamicTableSinkFactory. The new
interface creates instances of DynamicTableSink and only works with the Blink
planner. See FLIP-95 for more information. |
| StreamTableSinkFactory
Deprecated.
This interface has been replaced by
DynamicTableSinkFactory. The new
interface creates instances of DynamicTableSink and only works with the Blink
planner. See FLIP-95 for more information. |
| Class and Description |
|---|
| BatchTableSourceFactory
Deprecated.
This interface has been replaced by
DynamicTableSourceFactory. The new
interface creates instances of DynamicTableSource and only works with the Blink
planner. See FLIP-95 for more information. |
| StreamTableSourceFactory
Deprecated.
This interface has been replaced by
DynamicTableSourceFactory. The new
interface creates instances of DynamicTableSource and only works with the Blink
planner. See FLIP-95 for more information. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.