|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.prefetch.RbrChangeList
public class RbrChangeList
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 |
|---|
public RbrChangeList(RowChangeData rowChangeData)
| Method Detail |
|---|
public java.util.List<RbrTableChangeSet> getChanges()
public RbrTableChangeSet getChange(int index)
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||