com.continuent.tungsten.replicator.applier
Interface ParallelApplier

All Superinterfaces:
Applier, ReplicatorPlugin
All Known Implementing Classes:
ApplierWrapper, InMemoryMultiQueueApplier, InMemoryTransactionalQueueApplier, ParallelQueueApplier, THLParallelQueueApplier

public interface ParallelApplier
extends Applier

Denotes an applier that extends normal Applier capabilities to allow parallel operation.

Version:
1.0
Author:
Robert Hodges

Method Summary
 void setTaskId(int id)
          Sets the ID of the task using this applier.
 
Methods inherited from interface com.continuent.tungsten.replicator.applier.Applier
apply, commit, getLastEvent, rollback, updatePosition
 
Methods inherited from interface com.continuent.tungsten.replicator.plugin.ReplicatorPlugin
configure, prepare, release
 

Method Detail

setTaskId

void setTaskId(int id)
Sets the ID of the task using this applier.

Parameters:
id - Task ID