Package com.continuent.tungsten.replicator.applier

Interface Summary
Applier Denotes an applier that can process events with full metadata.
ParallelApplier Denotes an applier that extends normal Applier capabilities to allow parallel operation.
RawApplier Denotes an applier, which is responsible for applying raw DBMS events to a database or other replication target.
 

Class Summary
ApplierStats This class defines a ReplicationEventApplierStatistics
ApplierWrapper This class wraps a basic Applier so that it handles ReplDBMSEvent values with assigned sequence numbers.
DrizzleApplier Stub applier class that automatically constructs url from Drizzle-specific properties like host, port, and service.
DummyApplier  
JdbcApplier Implements a DBMS implementation-independent applier.
JdbcPrefetcher Implements a JDBC prefetcher.
MongoApplier Implements an applier for MongoDB.
MySQLApplier Stub applier class that automatically constructs url from Oracle-specific properties like host, port, and service.
MySQLDrizzleApplier  
OracleApplier  
PostgreSQLApplier  
 

Exception Summary
ApplierException This class defines a ApplierException