Package org.apache.flink.table.examples.java.connectors
-
Class Summary Class Description ChangelogCsvDeserializer TheChangelogCsvDeserializer
contains a simple parsing logic for converting bytes intoRow
ofInteger
andString
with aRowKind
.ChangelogCsvFormat TheChangelogCsvFormat
is a decoding format that uses aDeserializationSchema
during runtime.ChangelogCsvFormatFactory TheChangelogCsvFormatFactory
translates format-specific options to a format.ChangelogSocketExample Example for implementing a customDynamicTableSource
and aDecodingFormat
.SocketDynamicTableFactory TheSocketDynamicTableFactory
translates the catalog table to a table source.SocketDynamicTableSource TheSocketDynamicTableSource
is used during planning.SocketSource TheSocketSource
opens a socket and consumes bytes.SocketSource.DummyCheckpoint Placeholder because the SocketSource does not support fault-tolerance and thus does not require actual checkpointing.SocketSource.DummySplit Placeholder because the socket itself implicitly represents the only split and does not require an actual split object.