FileSink. It is kept only to
support tests for the legacy connector stack.@Internal @Deprecated public class CsvAppendTableSinkFactory extends CsvTableSinkFactoryBase implements StreamTableSinkFactory<org.apache.flink.types.Row>
CsvTableSink in a stream environment.| Constructor and Description |
|---|
CsvAppendTableSinkFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StreamTableSink<org.apache.flink.types.Row> |
createStreamTableSink(Map<String,String> properties)
Deprecated.
Creates and configures a
StreamTableSink using the given properties. |
Map<String,String> |
requiredContext()
Deprecated.
|
createTableSink, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSinkpublic Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.TableFactoryrequiredContext in class CsvTableSinkFactoryBasepublic StreamTableSink<org.apache.flink.types.Row> createStreamTableSink(Map<String,String> properties)
StreamTableSinkFactoryStreamTableSink using the given properties.createStreamTableSink in interface StreamTableSinkFactory<org.apache.flink.types.Row>properties - normalized properties describing a table sink.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.