public abstract class RowsEvent extends AbsEvent
| 限定符和类型 | 字段和说明 |
|---|---|
protected UnsignedLong |
columnCount |
protected String |
extraData |
protected int |
flags |
protected OptType |
optType |
protected TableMapBean |
table |
protected long |
tableId |
protected int |
version |
curpos, event, eventbytes, hosts| 限定符和类型 | 方法和说明 |
|---|---|
OptType |
getOptType() |
Result |
parseBody(ISender... senders)
Result读事件结果,返回的参数中 ret[0] 事件的头 …………
|
abstract void |
parseUpdate() |
abstract List<ICol> |
parseUpdateForRows() |
protected int version
protected long tableId
protected int flags
protected String extraData
protected UnsignedLong columnCount
protected TableMapBean table
protected OptType optType
public RowsEvent(EventBean event)
Copyright © 2016. All rights reserved.