Package org.apache.flink.table.sinks
Class CsvBatchTableSinkFactory
java.lang.Object
org.apache.flink.table.sinks.CsvTableSinkFactoryBase
org.apache.flink.table.sinks.CsvBatchTableSinkFactory
- All Implemented Interfaces:
StreamTableSinkFactory<org.apache.flink.types.Row>,org.apache.flink.table.legacy.factories.TableFactory,org.apache.flink.table.legacy.factories.TableSinkFactory<org.apache.flink.types.Row>
@Internal
@Deprecated
public class CsvBatchTableSinkFactory
extends CsvTableSinkFactoryBase
implements StreamTableSinkFactory<org.apache.flink.types.Row>
Deprecated.
Factory base for creating configured instances of
CsvTableSink in a batch environment.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.legacy.factories.TableSinkFactory
org.apache.flink.table.legacy.factories.TableSinkFactory.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStreamTableSink<org.apache.flink.types.Row>createStreamTableSink(Map<String, String> properties) Deprecated.Creates and configures aStreamTableSinkusing the given properties.Methods inherited from class org.apache.flink.table.sinks.CsvTableSinkFactoryBase
createTableSink, requiredContext, supportedPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.legacy.table.factories.StreamTableSinkFactory
createTableSinkMethods inherited from interface org.apache.flink.table.legacy.factories.TableFactory
requiredContext, supportedPropertiesMethods inherited from interface org.apache.flink.table.legacy.factories.TableSinkFactory
createTableSink, createTableSink
-
Constructor Details
-
CsvBatchTableSinkFactory
public CsvBatchTableSinkFactory()Deprecated.
-
-
Method Details
-
createStreamTableSink
public StreamTableSink<org.apache.flink.types.Row> createStreamTableSink(Map<String, String> properties) Deprecated.Description copied from interface:StreamTableSinkFactoryCreates and configures aStreamTableSinkusing the given properties.- Specified by:
createStreamTableSinkin interfaceStreamTableSinkFactory<org.apache.flink.types.Row>- Parameters:
properties- normalized properties describing a table sink.- Returns:
- the configured table sink.
-
FileSink. It is kept only to support tests for the legacy connector stack.