public class RichEventParser extends Object implements EventParser<RichCdcRecord>
EventParser for RichCdcRecord.EventParser.Factory<T>| Constructor and Description |
|---|
RichEventParser() |
| Modifier and Type | Method and Description |
|---|---|
List<CdcRecord> |
parseRecords()
Parse records from event.
|
List<DataField> |
parseSchemaChange()
Parse new schema if this event contains schema change.
|
void |
setRawEvent(RichCdcRecord rawEvent)
Set current raw event to the parser.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseNewTable, parseTableNamepublic void setRawEvent(RichCdcRecord rawEvent)
EventParsersetRawEvent in interface EventParser<RichCdcRecord>public List<DataField> parseSchemaChange()
EventParserparseSchemaChange in interface EventParser<RichCdcRecord>public List<CdcRecord> parseRecords()
EventParserparseRecords in interface EventParser<RichCdcRecord>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.