Package org.apache.nifi.cdc.mysql.event
Interface BinlogTableEventInfo
- All Superinterfaces:
BinlogEventInfo
,EventInfo
,TableEventInfo
- All Known Implementing Classes:
BaseBinlogRowEventInfo
,BaseBinlogTableEventInfo
,DDLEventInfo
,DeleteRowsEventInfo
,InsertRowsEventInfo
,UpdateRowsEventInfo
A marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)
-
Field Summary
Fields inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
BINLOG_FILENAME_KEY, BINLOG_GTIDSET_KEY, BINLOG_POSITION_KEY
Fields inherited from interface org.apache.nifi.cdc.event.EventInfo
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT
-
Method Summary
Methods inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
getBinlogFilename, getBinlogGtidSet, getBinlogPosition
Methods inherited from interface org.apache.nifi.cdc.event.EventInfo
getEventType, getTimestamp
Methods inherited from interface org.apache.nifi.cdc.event.TableEventInfo
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName