Uses of Class
com.continuent.tungsten.replicator.event.ReplOption

Packages that use ReplOption
com.continuent.tungsten.replicator.applier   
com.continuent.tungsten.replicator.dbms   
com.continuent.tungsten.replicator.event   
 

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

Method parameters in com.continuent.tungsten.replicator.applier with type arguments of type ReplOption
protected  void JdbcApplier.applyRowChangeData(RowChangeData data, java.util.List<ReplOption> options)
           
protected  boolean JdbcApplier.applySessionVariables(java.util.List<ReplOption> options)
          applyOptionsToStatement adds to the batch queries used to change the connection options, if needed and if possible (if the database support such a feature)
protected  boolean JdbcPrefetcher.applySessionVariables(java.util.List<ReplOption> options)
          applyOptionsToStatement adds to the batch queries used to change the connection options, if needed and if possible (if the database support such a feature)
protected  void JdbcPrefetcher.prefetchRowChangeData(RowChangeData data, java.util.List<ReplOption> options)
           
 

Uses of ReplOption in com.continuent.tungsten.replicator.dbms
 

Fields in com.continuent.tungsten.replicator.dbms with type parameters of type ReplOption
protected  java.util.List<ReplOption> DBMSData.options
           
 

Methods in com.continuent.tungsten.replicator.dbms that return types with arguments of type ReplOption
 java.util.List<ReplOption> DBMSData.getOptions()
           
 

Method parameters in com.continuent.tungsten.replicator.dbms with type arguments of type ReplOption
 void RowChangeData.addOptions(java.util.LinkedList<ReplOption> savedOptions)
           
 

Uses of ReplOption in com.continuent.tungsten.replicator.event
 

Methods in com.continuent.tungsten.replicator.event that return ReplOption
 ReplOption DBMSEvent.getMetadataOption(java.lang.String name)
          Gets a metadata option.
 

Methods in com.continuent.tungsten.replicator.event that return types with arguments of type ReplOption
 java.util.LinkedList<ReplOption> DBMSEvent.getMetadata()
          Returns the metadata options.
 java.util.List<ReplOption> DBMSEvent.getOptions()
           
 

Method parameters in com.continuent.tungsten.replicator.event with type arguments of type ReplOption
 void DBMSEvent.setOptions(java.util.LinkedList<ReplOption> savedOptions)
           
 

Constructor parameters in com.continuent.tungsten.replicator.event with type arguments of type ReplOption
DBMSEvent(java.lang.String id, java.util.LinkedList<ReplOption> metadata, java.util.ArrayList<DBMSData> data, boolean lastFrag, java.sql.Timestamp sourceTstamp)
          Creates a new instance of raw replicated data.
DBMSEvent(java.lang.String id, java.util.LinkedList<ReplOption> metadata, java.util.ArrayList<DBMSData> data, java.sql.Timestamp sourceTstamp)