FileSink. It is kept only to
support tests for the legacy connector stack.@Internal @Deprecated public class CsvBatchTableSinkFactory extends CsvTableSinkFactoryBase implements StreamTableSinkFactory<org.apache.flink.types.Row>
CsvTableSink in a batch environment.| 构造器和说明 |
|---|
CsvBatchTableSinkFactory()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamTableSink<org.apache.flink.types.Row> |
createStreamTableSink(Map<String,String> properties)
已过时。
Creates and configures a
StreamTableSink using the given properties. |
createTableSink, requiredContext, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSinkpublic 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.