Uses of Interface
org.apache.flink.table.legacy.sinks.TableSink
-
Packages that use TableSink Package Description org.apache.flink.table.legacy.factories org.apache.flink.table.legacy.sinks org.apache.flink.table.sinks -
-
Uses of TableSink in org.apache.flink.table.legacy.factories
Methods in org.apache.flink.table.legacy.factories that return TableSink Modifier and Type Method Description default TableSink<T>
TableSinkFactory. createTableSink(Map<String,String> properties)
Deprecated.TableSinkFactory.Context
contains more information, and already contains table schema too.default TableSink<T>
TableSinkFactory. createTableSink(ObjectPath tablePath, CatalogTable table)
Deprecated.TableSinkFactory.Context
contains more information, and already contains table schema too.default TableSink<T>
TableSinkFactory. createTableSink(TableSinkFactory.Context context)
Deprecated.Creates and configures aTableSink
based on the givenTableSinkFactory.Context
. -
Uses of TableSink in org.apache.flink.table.legacy.sinks
Methods in org.apache.flink.table.legacy.sinks that return TableSink Modifier and Type Method Description TableSink<T>
TableSink. configure(String[] fieldNames, org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Deprecated.This method will be dropped in future versions. -
Uses of TableSink in org.apache.flink.table.sinks
Classes in org.apache.flink.table.sinks that implement TableSink Modifier and Type Class Description class
TableSinkBase<T>
Deprecated.This class is implementing the deprecatedTableSink
interface.Methods in org.apache.flink.table.sinks that return TableSink Modifier and Type Method Description TableSink<T>
TableSinkBase. configure(String[] fieldNames, org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Deprecated.Returns a copy of thisTableSink
configured with the field names and types of the table to emit.
-