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.Contextcontains more information, and already contains table schema too.default TableSink<T>TableSinkFactory. createTableSink(ObjectPath tablePath, CatalogTable table)Deprecated.TableSinkFactory.Contextcontains more information, and already contains table schema too.default TableSink<T>TableSinkFactory. createTableSink(TableSinkFactory.Context context)Deprecated.Creates and configures aTableSinkbased 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 classTableSinkBase<T>Deprecated.This class is implementing the deprecatedTableSinkinterface.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 thisTableSinkconfigured with the field names and types of the table to emit.
-