ml.shifu.guagua
类 AsyncCoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
java.lang.Object
ml.shifu.guagua.AsyncCoordinatorFactory<MASTER_RESULT,WORKER_RESULT>
- 类型参数:
MASTER_RESULT - master result for computation in each iteration.WORKER_RESULT - worker result for computation in each iteration.
- 所有已实现的接口:
- CoordinatorFactory<MASTER_RESULT,WORKER_RESULT>
public class AsyncCoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
- extends Object
- implements CoordinatorFactory<MASTER_RESULT,WORKER_RESULT>
Async coordinator factory to create async coordinators for master and workers.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncCoordinatorFactory
public AsyncCoordinatorFactory()
createMasterCoordinator
public MasterInterceptor<MASTER_RESULT,WORKER_RESULT> createMasterCoordinator()
- 从接口
CoordinatorFactory 复制的描述
- Create coordinator instance for master.
- 指定者:
- 接口
CoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 createMasterCoordinator
createWorkerCoordinator
public WorkerInterceptor<MASTER_RESULT,WORKER_RESULT> createWorkerCoordinator()
- 从接口
CoordinatorFactory 复制的描述
- Create coordinator instance for worker.
- 指定者:
- 接口
CoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> 中的 createWorkerCoordinator
Copyright © 2015. All Rights Reserved.