Interface | Description |
---|---|
AppendStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
OverwritableTableSink | Deprecated
This interface will not be supported in the new sink design around
DynamicTableSink . |
PartitionableTableSink | Deprecated
This interface will not be supported in the new sink design around
DynamicTableSink . |
RetractStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
StreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
TableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
UpsertStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
Class | Description |
---|---|
CsvAppendTableSinkFactory | Deprecated
The legacy CSV connector has been replaced by
FileSink . |
CsvBatchTableSinkFactory | Deprecated
The legacy CSV connector has been replaced by
FileSink . |
CsvTableSink | Deprecated
The legacy CSV connector has been replaced by
FileSink . |
CsvTableSink.CsvFormatter |
Formats a Row into a String with fields separated by the field delimiter.
|
CsvTableSinkFactoryBase | Deprecated
The legacy CSV connector has been replaced by
FileSink . |
OutputFormatTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink . |
TableSinkBase<T> | Deprecated
This class is implementing the deprecated
TableSink interface. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.