|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.prefetch.RbrTableChangeSet
public class RbrTableChangeSet
Wrapper for a set of changes on a single table. All changes share the same table as well as change type.
| Method Summary | |
|---|---|
RbrRowChange |
getRowChange(int index)
Return a single row change. |
java.util.List<RbrRowChange> |
getRowChanges()
Return all row changes. |
java.lang.String |
getSchemaName()
Returns the schema to which underlying table applies. |
java.lang.String |
getTableName()
Returns the table to change applies. |
boolean |
isDelete()
Returns true if this is a delete. |
boolean |
isInsert()
Returns true if this is an insert. |
boolean |
isUpdate()
Returns true if this is an update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isInsert()
public boolean isUpdate()
public boolean isDelete()
public java.lang.String getSchemaName()
public java.lang.String getTableName()
public java.util.List<RbrRowChange> getRowChanges()
public RbrRowChange getRowChange(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||