public class UpdateRowsEventInfo extends BaseBinlogRowEventInfo<java.util.Map.Entry<java.io.Serializable[],java.io.Serializable[]>>
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT
BINLOG_FILENAME_KEY, BINLOG_POSITION_KEY
Constructor and Description |
---|
UpdateRowsEventInfo(TableInfo tableInfo,
java.lang.Long timestamp,
java.lang.String binlogFilename,
java.lang.Long binlogPosition,
com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data) |
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getIncludedColumnsBeforeUpdate() |
getIncludedColumns, getRows
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName
getBinlogFilename, getBinlogPosition
getEventType, getTimestamp
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName
getEventType, getTimestamp
getBinlogFilename, getBinlogPosition
public UpdateRowsEventInfo(TableInfo tableInfo, java.lang.Long timestamp, java.lang.String binlogFilename, java.lang.Long binlogPosition, com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data)