Uses of Class
com.continuent.tungsten.replicator.dbms.RowChangeData

Packages that use RowChangeData
com.continuent.tungsten.replicator.applier   
com.continuent.tungsten.replicator.extractor.mysql   
com.continuent.tungsten.replicator.extractor.oracle   
com.continuent.tungsten.replicator.loader   
com.continuent.tungsten.replicator.prefetch   
 

Uses of RowChangeData in com.continuent.tungsten.replicator.applier
 

Methods in com.continuent.tungsten.replicator.applier with parameters of type RowChangeData
protected  void JdbcApplier.applyRowChangeData(RowChangeData data, java.util.List<ReplOption> options)
           
protected  void JdbcPrefetcher.prefetchRowChangeData(RowChangeData data, java.util.List<ReplOption> options)
           
 

Uses of RowChangeData in com.continuent.tungsten.replicator.extractor.mysql
 

Methods in com.continuent.tungsten.replicator.extractor.mysql with parameters of type RowChangeData
abstract  void RowsLogEvent.processExtractedEvent(RowChangeData rowChanges, TableMapLogEvent map)
           
 void DeleteRowsLogEvent.processExtractedEvent(RowChangeData rowChanges, TableMapLogEvent map)
          
 void WriteRowsLogEvent.processExtractedEvent(RowChangeData rowChanges, TableMapLogEvent map)
          
 void UpdateRowsLogEvent.processExtractedEvent(RowChangeData rowChanges, TableMapLogEvent map)
          
 

Uses of RowChangeData in com.continuent.tungsten.replicator.extractor.oracle
 

Methods in com.continuent.tungsten.replicator.extractor.oracle that return RowChangeData
 RowChangeData CDCDataMessage.getRowChange()
           
 

Constructors in com.continuent.tungsten.replicator.extractor.oracle with parameters of type RowChangeData
CDCDataMessage(RowChangeData rowChange, java.sql.Timestamp sourceTStamp, long currentSCN)
           
 

Uses of RowChangeData in com.continuent.tungsten.replicator.loader
 

Methods in com.continuent.tungsten.replicator.loader that return RowChangeData
protected  RowChangeData JdbcLoader.extractRowChangeData()
          Extract the actual rows from the database and build the change set
 

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

Constructors in com.continuent.tungsten.replicator.prefetch with parameters of type RowChangeData
RbrChangeList(RowChangeData rowChangeData)
          Instantiates a new row change.