@PublicEvolving public interface Format
Depending on the kind of external system, a connector might support different encodings for reading and writing rows. This interface is an intermediate representation before constructing actual runtime implementation.
Formats can be distinguished along two dimensions:
DynamicTableSource
or DynamicTableSink
).
DeserializationSchema
or
some bulk interface).
A DynamicTableFactory
can search for a format that it is accepted by the connector.
DecodingFormat
,
EncodingFormat
Modifier and Type | Method and Description |
---|---|
ChangelogMode |
getChangelogMode()
Returns the set of changes that a connector (and transitively the planner) can expect during
runtime.
|
ChangelogMode getChangelogMode()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.