public class UpdateRowsEventInfo extends BaseBinlogRowEventInfo<Map.Entry<Serializable[],Serializable[]>>
| Modifier and Type | Field and Description |
|---|---|
private BitSet |
includedColumnsBeforeUpdate |
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENTBINLOG_FILENAME_KEY, BINLOG_GTIDSET_KEY, BINLOG_POSITION_KEY| Constructor and Description |
|---|
UpdateRowsEventInfo(TableInfo tableInfo,
Long timestamp,
String binlogFilename,
Long binlogPosition,
com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data) |
UpdateRowsEventInfo(TableInfo tableInfo,
Long timestamp,
String binlogGtidSet,
com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncludedColumnsBeforeUpdate() |
getIncludedColumns, getRowsgetColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetBinlogFilename, getBinlogGtidSet, getBinlogPositiongetEventType, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetEventType, getTimestampgetBinlogFilename, getBinlogGtidSet, getBinlogPositionprivate BitSet includedColumnsBeforeUpdate
public UpdateRowsEventInfo(TableInfo tableInfo, Long timestamp, String binlogFilename, Long binlogPosition, com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data)
public BitSet getIncludedColumnsBeforeUpdate()
Copyright © 2022 Apache NiFi Project. All rights reserved.