com.github.shyiko.mysql.binlog.event
Class UpdateRowsEventData

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
All Implemented Interfaces:
EventData, Serializable

public class UpdateRowsEventData
extends Object
implements EventData

Author:
Stanley Shyiko
See Also:
Serialized Form

Constructor Summary
UpdateRowsEventData()
           
 
Method Summary
 BitSet getIncludedColumns()
           
 BitSet getIncludedColumnsBeforeUpdate()
           
 List<Map.Entry<Serializable[],Serializable[]>> getRows()
           
 long getTableId()
           
 void setIncludedColumns(BitSet includedColumns)
           
 void setIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate)
           
 void setRows(List<Map.Entry<Serializable[],Serializable[]>> rows)
           
 void setTableId(long tableId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateRowsEventData

public UpdateRowsEventData()
Method Detail

getTableId

public long getTableId()

setTableId

public void setTableId(long tableId)

getIncludedColumnsBeforeUpdate

public BitSet getIncludedColumnsBeforeUpdate()

setIncludedColumnsBeforeUpdate

public void setIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate)

getIncludedColumns

public BitSet getIncludedColumns()

setIncludedColumns

public void setIncludedColumns(BitSet includedColumns)

getRows

public List<Map.Entry<Serializable[],Serializable[]>> getRows()

setRows

public void setRows(List<Map.Entry<Serializable[],Serializable[]>> rows)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.