Uses of Interface
com.continuent.tungsten.replicator.pipeline.Schedule

Packages that use Schedule
com.continuent.tungsten.replicator.pipeline   
 

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

Classes in com.continuent.tungsten.replicator.pipeline that implement Schedule
 class SimpleSchedule
          Defines a basic schedule implementation that tracks watches on events and task termination logic.
 

Methods in com.continuent.tungsten.replicator.pipeline with parameters of type Schedule
 void StageTask.setSchedule(Schedule schedule)
          Sets the schedule, which controls task cancellation.
 void SingleThreadStageTask.setSchedule(Schedule schedule)
          Sets the schedule instance used to control loop continuation.