Package org.apache.flink.table.sinks
Class CsvTableSinkFactoryBase
- java.lang.Object
-
- org.apache.flink.table.sinks.CsvTableSinkFactoryBase
-
- All Implemented Interfaces:
org.apache.flink.table.legacy.factories.TableFactory
- Direct Known Subclasses:
CsvAppendTableSinkFactory,CsvBatchTableSinkFactory
@Internal @Deprecated public abstract class CsvTableSinkFactoryBase extends Object implements org.apache.flink.table.legacy.factories.TableFactory
Deprecated.The legacy CSV connector has been replaced byFileSink. It is kept only to support tests for the legacy connector stack.Factory base for creating configured instances ofCsvTableSink.
-
-
Constructor Summary
Constructors Constructor Description CsvTableSinkFactoryBase()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CsvTableSinkcreateTableSink(Boolean isStreaming, Map<String,String> properties)Deprecated.Map<String,String>requiredContext()Deprecated.List<String>supportedProperties()Deprecated.
-
-
-
Method Detail
-
requiredContext
public Map<String,String> requiredContext()
Deprecated.- Specified by:
requiredContextin interfaceorg.apache.flink.table.legacy.factories.TableFactory
-
supportedProperties
public List<String> supportedProperties()
Deprecated.- Specified by:
supportedPropertiesin interfaceorg.apache.flink.table.legacy.factories.TableFactory
-
createTableSink
protected CsvTableSink createTableSink(Boolean isStreaming, Map<String,String> properties)
Deprecated.
-
-