Package com.continuent.tungsten.replicator.applier.batch

Interface Summary
CsvLoader Denotes a CsvLoader class, which handles loading of CsvData into a DBMS.
ScriptExecutor Denotes a class capable of executing a batch load script.
 

Class Summary
BatchCommand Represents a single batch command including the source file and starting line number.
BatchScript Manages loading and parameterization of batch scripts.
CsvInfo Defines a struct to hold batch CSV file information.
InfiniDBBatchApplier  
JavascriptExecutor Represents a class to execute a Javascript batch load script.
JavascriptRuntime Implements a runtime that can be provided to Javascript scripts with useful functions like launching an OS process or failing with an exception.
NativeScriptExecutor Represents a class to execute a native batch script.
SimpleBatchApplier Implements an applier that bulk loads data into a SQL database via CSV files.
SqlCsvLoader Implements a CSV loader that loads files using SQL.
SqlWrapper Provides a simple wrapper for JDBC connections that is suitable for exposure in scripted environments.
VerticaCsvLoader Implements a CSV loader that uses streaming interface available from the Vertica JDBC driver.
VerticaStreamBatchApplier Implements an applier that bulk loads data into a Vertica database via stream interface.
 

Enum Summary
LoadMismatch Defines how to handle a CSV load mismatch in which the number of rows loaded to the DBMS is different from the rows in the CSV file.