Uses of Class
com.continuent.tungsten.replicator.applier.batch.LoadMismatch

Packages that use LoadMismatch
com.continuent.tungsten.replicator.applier.batch   
 

Uses of LoadMismatch in com.continuent.tungsten.replicator.applier.batch
 

Fields in com.continuent.tungsten.replicator.applier.batch declared as LoadMismatch
protected  LoadMismatch SimpleBatchApplier.onLoadMismatch
           
 

Methods in com.continuent.tungsten.replicator.applier.batch that return LoadMismatch
static LoadMismatch LoadMismatch.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoadMismatch[] LoadMismatch.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.replicator.applier.batch with parameters of type LoadMismatch
 void SqlCsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.
 void CsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.
 void VerticaCsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.