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)
IExecutionPlanBuilderbuild in interface IExecutionPlanBuildertaskGraph - the task graphtaskSchedule - the task schedule