|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectml.shifu.guagua.master.BasicMasterInterceptor<MASTER_RESULT,WORKER_RESULT>
MASTER_RESULT - master result for computation in each iteration.WORKER_RESULT - worker result for computation in each iteration.public class BasicMasterInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
Empty MasterIntercepter implementation for user to choose which function should be override.
| 构造方法摘要 | |
|---|---|
BasicMasterInterceptor()
|
|
| 方法摘要 | |
|---|---|
void |
postApplication(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
The hook point for each application or each mapreduce job which is after all iterations completed. |
void |
postIteration(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
The hook point for each iteration which is after MasterComputable.compute(MasterContext). |
void |
preApplication(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
The hook point for each application or each mapreduce job which is before all iterations started. |
void |
preIteration(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
The hook point for each iteration which is before MasterComputable.compute(MasterContext). |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public BasicMasterInterceptor()
| 方法详细信息 |
|---|
public void preIteration(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
MasterInterceptor 复制的描述MasterComputable.compute(MasterContext).
MasterInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 preIterationpublic void postIteration(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
MasterInterceptor 复制的描述MasterComputable.compute(MasterContext).
MasterInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 postIterationpublic void preApplication(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
MasterInterceptor 复制的描述
MasterInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 preApplicationpublic void postApplication(MasterContext<MASTER_RESULT,WORKER_RESULT> context)
MasterInterceptor 复制的描述
MasterInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 postApplication
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||