public final class TaskUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static WorkerPlan |
createWorkerPlan(java.util.List<JobMasterAPI.WorkerInfo> workerInfoList) |
static void |
execute(Config config,
int workerID,
ComputeGraph graph,
IWorkerController workerController) |
static void |
executeBatch(Config config,
int workerID,
ComputeGraph graph,
IWorkerController workerController) |
public static void executeBatch(Config config, int workerID, ComputeGraph graph, IWorkerController workerController)
public static void execute(Config config, int workerID, ComputeGraph graph, IWorkerController workerController)
public static WorkerPlan createWorkerPlan(java.util.List<JobMasterAPI.WorkerInfo> workerInfoList)