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