Package org.apache.nifi.cdc.mysql.event
Class CommitTransactionEventInfo
java.lang.Object
org.apache.nifi.cdc.event.BaseEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
org.apache.nifi.cdc.mysql.event.CommitTransactionEventInfo
- All Implemented Interfaces:
EventInfo,BinlogEventInfo
An event implementation corresponding to the beginning of a MySQL transaction (update rows, 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
ConstructorsConstructorDescriptionCommitTransactionEventInfo(String databaseName, Long timestamp, String binlogGtidSet) CommitTransactionEventInfo(String databaseName, Long timestamp, String binlogFilename, long binlogPosition) -
Method Summary
Methods 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.event.EventInfo
getEventType, getTimestamp
-
Field Details
-
databaseName
-
-
Constructor Details
-
CommitTransactionEventInfo
-
CommitTransactionEventInfo
-
-
Method Details
-
getDatabaseName
-