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.| 构造器和说明 |
|---|
CsvAppendTableSinkFactory()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamTableSink<org.apache.flink.types.Row> |
createStreamTableSink(Map<String,String> properties)
已过时。
Creates and configures a
StreamTableSink using the given properties. |
Map<String,String> |
requiredContext()
已过时。
|
createTableSink, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSinkpublic Map<String,String> requiredContext()
requiredContext 在接口中 org.apache.flink.table.factories.TableFactoryrequiredContext 在类中 CsvTableSinkFactoryBasepublic StreamTableSink<org.apache.flink.types.Row> createStreamTableSink(Map<String,String> properties)
StreamTableSinkFactoryStreamTableSink using the given properties.createStreamTableSink 在接口中 StreamTableSinkFactory<org.apache.flink.types.Row>properties - normalized properties describing a table sink.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.