Uses of Class
com.continuent.tungsten.replicator.prefetch.RbrRowChange

Packages that use RbrRowChange
com.continuent.tungsten.replicator.prefetch   
 

Uses of RbrRowChange in com.continuent.tungsten.replicator.prefetch
 

Methods in com.continuent.tungsten.replicator.prefetch that return RbrRowChange
 RbrRowChange RbrTableChangeSet.getRowChange(int index)
          Return a single row change.
 

Methods in com.continuent.tungsten.replicator.prefetch that return types with arguments of type RbrRowChange
 java.util.List<RbrRowChange> RbrTableChangeSet.getRowChanges()
          Return all row changes.