FileSink. It is kept only to
support tests for the legacy connector stack.@Internal @Deprecated public abstract class CsvTableSinkFactoryBase extends Object implements org.apache.flink.table.factories.TableFactory
CsvTableSink.| Constructor and Description |
|---|
CsvTableSinkFactoryBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CsvTableSink |
createTableSink(Boolean isStreaming,
Map<String,String> properties)
Deprecated.
|
Map<String,String> |
requiredContext()
Deprecated.
|
List<String> |
supportedProperties()
Deprecated.
|
public Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.TableFactorypublic List<String> supportedProperties()
supportedProperties in interface org.apache.flink.table.factories.TableFactoryprotected CsvTableSink createTableSink(Boolean isStreaming, Map<String,String> properties)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.