Class BaseBinlogRowEventInfo<RowEventDataType>

All Implemented Interfaces:
EventInfo, RowEventInfo<RowEventDataType>, TableEventInfo, BinlogEventInfo, BinlogTableEventInfo
Direct Known Subclasses:
DeleteRowsEventInfo, InsertRowsEventInfo, UpdateRowsEventInfo

public class BaseBinlogRowEventInfo<RowEventDataType> extends BaseBinlogTableEventInfo implements RowEventInfo<RowEventDataType>
A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)