Uses of Interface
com.continuent.tungsten.replicator.applier.ParallelApplier

Packages that use ParallelApplier
com.continuent.tungsten.replicator.applier   
com.continuent.tungsten.replicator.storage   
com.continuent.tungsten.replicator.storage.parallel   
com.continuent.tungsten.replicator.thl   
 

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

Classes in com.continuent.tungsten.replicator.applier that implement ParallelApplier
 class ApplierWrapper
          This class wraps a basic Applier so that it handles ReplDBMSEvent values with assigned sequence numbers.
 

Uses of ParallelApplier in com.continuent.tungsten.replicator.storage
 

Classes in com.continuent.tungsten.replicator.storage that implement ParallelApplier
 class InMemoryMultiQueueApplier
          Implements Extractor and Applier interfaces for an in-memory queue.
 class InMemoryTransactionalQueueApplier
          Implements Applier interface for an in-memory transactional queue.
 

Uses of ParallelApplier in com.continuent.tungsten.replicator.storage.parallel
 

Classes in com.continuent.tungsten.replicator.storage.parallel that implement ParallelApplier
 class ParallelQueueApplier
          Implements Applier interface for a parallel queue.
 

Uses of ParallelApplier in com.continuent.tungsten.replicator.thl
 

Classes in com.continuent.tungsten.replicator.thl that implement ParallelApplier
 class THLParallelQueueApplier
          Implements Applier interface for a THL parallel queue.