Uses of Class
com.continuent.tungsten.replicator.pipeline.TaskProgress

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

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

Methods in com.continuent.tungsten.replicator.pipeline that return TaskProgress
 TaskProgress TaskProgress.clone()
          Returns a shallow copy of this instance.
 TaskProgress StageProgressTracker.getTaskProgress(int taskId)
          Return underlying progress instance for a particular task.
 

Methods in com.continuent.tungsten.replicator.pipeline that return types with arguments of type TaskProgress
 java.util.List<TaskProgress> StageProgressTracker.cloneTaskProgress()
          Returns a list of cloned task progress instances ordered by task ID.
 java.util.List<TaskProgress> Pipeline.getTaskProgress()
          Returns task progress instances ordered by task ID.
 java.util.List<TaskProgress> Stage.getTaskProgress()
          Returns task progress instances ordered by task ID.
 

Constructors in com.continuent.tungsten.replicator.pipeline with parameters of type TaskProgress
TaskProgress(TaskProgress other)
          Create a clone of a current instance.