Package org.apache.flink.table.sinks
Class LegacyCsvDynamicTableSinkOptions
java.lang.Object
org.apache.flink.table.sinks.LegacyCsvDynamicTableSinkOptions
Deprecated.
All
ConfigOptions supported in LegacyCsvDynamicTableSinkFactory.
More ConfigOptions can be added to work around using deprecated CsvTableSink.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.flink.configuration.ConfigOption<String>Deprecated.static final StringDeprecated.static final org.apache.flink.configuration.ConfigOption<Integer>Deprecated.static final org.apache.flink.configuration.ConfigOption<String>Deprecated.static final org.apache.flink.configuration.ConfigOption<org.apache.flink.core.fs.FileSystem.WriteMode>Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IDENTIFIER
Deprecated.- See Also:
-
PATH
Deprecated. -
FIELD_DELIM
Deprecated. -
NUM_FILES
Deprecated. -
WRITE_MODE
public static final org.apache.flink.configuration.ConfigOption<org.apache.flink.core.fs.FileSystem.WriteMode> WRITE_MODEDeprecated.
-
-
Constructor Details
-
LegacyCsvDynamicTableSinkOptions
public LegacyCsvDynamicTableSinkOptions()Deprecated.
-
FileSink. It is kept only to support tests for the legacy connector stack.