62636465666768
/** * */ public AbstractRowEventParser(int eventType) { super(eventType); this.rowEventFilter = new BinlogRowEventFilterImpl(); }
63646566676869