com.continuent.tungsten.replicator.prefetch
Class RbrChangeList

java.lang.Object
  extended by com.continuent.tungsten.replicator.prefetch.RbrChangeList

public class RbrChangeList
extends java.lang.Object

Wrapper for a list of row changes to a set of tables, each of which is represented by a table change set.


Constructor Summary
RbrChangeList(RowChangeData rowChangeData)
          Instantiates a new row change.
 
Method Summary
 RbrTableChangeSet getChange(int index)
          Returns a single row change set.
 java.util.List<RbrTableChangeSet> getChanges()
          Return all changes from this set in a newly instantiated list.
 int size()
          Return number of row changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RbrChangeList

public RbrChangeList(RowChangeData rowChangeData)
Instantiates a new row change.

Method Detail

getChanges

public java.util.List<RbrTableChangeSet> getChanges()
Return all changes from this set in a newly instantiated list.


getChange

public RbrTableChangeSet getChange(int index)
Returns a single row change set.


size

public int size()
Return number of row changes.