T
- the job configuration typeP
- the argument typepublic abstract class AbstractVoidPlanDefinition<T extends JobConfig,P extends Serializable> extends Object implements PlanDefinition<T,P,SerializableVoid>
Constructor and Description |
---|
AbstractVoidPlanDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
join(T config,
Map<WorkerInfo,SerializableVoid> taskResults)
Joins the task results on the master.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJobConfigClass, runTask, selectExecutors
public String join(T config, Map<WorkerInfo,SerializableVoid> taskResults) throws Exception
PlanDefinition
join
in interface PlanDefinition<T extends JobConfig,P extends Serializable,SerializableVoid>
config
- the job configurationtaskResults
- the task resultsException
- if any error occursCopyright © 2023. All Rights Reserved.