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_KEY
Fields 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, getBinlogPosition
Methods inherited from class org.apache.nifi.cdc.event.BaseEventInfo
getEventType, getTimestamp
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.nifi.cdc.event.EventInfo
getEventType, getTimestamp
-
Field Details
-
databaseName
-
-
Constructor Details
-
CommitTransactionEventInfo
-
CommitTransactionEventInfo
-
-
Method Details
-
getDatabaseName
-