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

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

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

Subinterfaces of Applier in com.continuent.tungsten.replicator.applier
 interface ParallelApplier
          Denotes an applier that extends normal Applier capabilities to allow parallel operation.
 

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

Uses of Applier in com.continuent.tungsten.replicator.pipeline
 

Methods in com.continuent.tungsten.replicator.pipeline that return Applier
 Applier SingleThreadStageTask.getApplier()
           
 Applier Stage.getApplier0()
           
 Applier Pipeline.getTailApplier()
          Returns applier at tail of pipeline.
 

Methods in com.continuent.tungsten.replicator.pipeline with parameters of type Applier
 void SingleThreadStageTask.setApplier(Applier applier)
           
 

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

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

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

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

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

Classes in com.continuent.tungsten.replicator.thl that implement Applier
 class THLParallelQueueApplier
          Implements Applier interface for a THL parallel queue.
 class THLStoreApplier
          Implements Extractor and Applier interface for a transaction history log (THL).