Uses of Interface
org.apache.flink.table.sinks.StreamTableSink
-
Packages that use StreamTableSink Package Description org.apache.flink.table.factories org.apache.flink.table.sinks -
-
Uses of StreamTableSink in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return StreamTableSink Modifier and Type Method Description default StreamTableSink<T>StreamTableSinkFactory. createStreamTableSink(Map<String,String> properties)Deprecated.TableSinkFactory.Contextcontains more information, and already contains table schema too. -
Uses of StreamTableSink in org.apache.flink.table.sinks
Subinterfaces of StreamTableSink in org.apache.flink.table.sinks Modifier and Type Interface Description interfaceAppendStreamTableSink<T>Deprecated.This interface has been replaced byDynamicTableSink.interfaceRetractStreamTableSink<T>Deprecated.This interface has been replaced byDynamicTableSink.interfaceUpsertStreamTableSink<T>Deprecated.This interface has been replaced byDynamicTableSink.Classes in org.apache.flink.table.sinks that implement StreamTableSink Modifier and Type Class Description classCsvTableSinkDeprecated.The legacy CSV connector has been replaced byFileSink.classOutputFormatTableSink<T>Deprecated.This interface has been replaced byDynamicTableSink.Methods in org.apache.flink.table.sinks that return StreamTableSink Modifier and Type Method Description StreamTableSink<org.apache.flink.types.Row>CsvAppendTableSinkFactory. createStreamTableSink(Map<String,String> properties)Deprecated.StreamTableSink<org.apache.flink.types.Row>CsvBatchTableSinkFactory. createStreamTableSink(Map<String,String> properties)Deprecated.
-