@PublicEvolving public class CsvBatchTableSinkFactory extends CsvTableSinkFactoryBase implements BatchTableSinkFactory<org.apache.flink.types.Row>
CsvTableSink in a batch environment.| Constructor and Description |
|---|
CsvBatchTableSinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSink<org.apache.flink.types.Row> |
createBatchTableSink(Map<String,String> properties)
Creates and configures a
BatchTableSink using the given properties. |
createTableSink, requiredContext, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSinkpublic BatchTableSink<org.apache.flink.types.Row> createBatchTableSink(Map<String,String> properties)
BatchTableSinkFactoryBatchTableSink using the given properties.createBatchTableSink in interface BatchTableSinkFactory<org.apache.flink.types.Row>properties - normalized properties describing a table sink.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.