public class ExecutionPlanBuilder extends java.lang.Object implements IExecutionPlanBuilder
Constructor and Description |
---|
ExecutionPlanBuilder(int workerID,
java.util.List<JobMasterAPI.WorkerInfo> workerInfoList,
Communicator net,
CheckpointingClient checkpointingClient) |
Modifier and Type | Method and Description |
---|---|
ExecutionPlan |
build(Config cfg,
ComputeGraph taskGraph,
TaskSchedulePlan taskSchedule)
Schedule and execution
|
public ExecutionPlanBuilder(int workerID, java.util.List<JobMasterAPI.WorkerInfo> workerInfoList, Communicator net, CheckpointingClient checkpointingClient)
public ExecutionPlan build(Config cfg, ComputeGraph taskGraph, TaskSchedulePlan taskSchedule)
IExecutionPlanBuilder
build
in interface IExecutionPlanBuilder
taskGraph
- the task graphtaskSchedule
- the task schedule