Package org.apache.flink.table.examples.java.connectors
package org.apache.flink.table.examples.java.connectors
-
ClassesClassDescriptionThe
ChangelogCsvDeserializercontains a simple parsing logic for converting bytes intoRowofIntegerandStringwith aRowKind.TheChangelogCsvFormatis a decoding format that uses aDeserializationSchemaduring runtime.TheChangelogCsvFormatFactorytranslates format-specific options to a format.Example for implementing a customDynamicTableSourceand aDecodingFormat.TheSocketDynamicTableFactorytranslates the catalog table to a table source.TheSocketDynamicTableSourceis used during planning.TheSocketSourceopens a socket and consumes bytes.Placeholder because the SocketSource does not support fault-tolerance and thus does not require actual checkpointing.Placeholder because the socket itself implicitly represents the only split and does not require an actual split object.