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