Package org.apache.nifi.cdc.mysql.event
Class DDLEventInfo
java.lang.Object
org.apache.nifi.cdc.event.BaseEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
org.apache.nifi.cdc.mysql.event.DDLEventInfo
- All Implemented Interfaces:
EventInfo,TableEventInfo,BinlogEventInfo,BinlogTableEventInfo
An event class corresponding to Data Definition Language (DDL) events, such as schema changes (add/drop column, add/drop table, etc.) and others (truncate table, e.g.)
-
Field Summary
FieldsFields inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
BINLOG_FILENAME_KEY, BINLOG_GTIDSET_KEY, BINLOG_POSITION_KEYFields inherited from interface org.apache.nifi.cdc.event.EventInfo
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionDDLEventInfo(TableInfo tableInfo, Long timestamp, String binlogFilename, long binlogPosition, String query) DDLEventInfo(TableInfo tableInfo, Long timestamp, String binlogGtidSet, String query) -
Method Summary
Methods inherited from class org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNameMethods inherited from class org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
getBinlogFilename, getBinlogGtidSet, getBinlogPositionMethods inherited from class org.apache.nifi.cdc.event.BaseEventInfo
getEventType, getTimestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
getBinlogFilename, getBinlogGtidSet, getBinlogPositionMethods inherited from interface org.apache.nifi.cdc.event.EventInfo
getEventType, getTimestampMethods inherited from interface org.apache.nifi.cdc.event.TableEventInfo
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName
-
Field Details
-
query
-
-
Constructor Details
-
DDLEventInfo
-
DDLEventInfo
-
-
Method Details
-
getQuery
-