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.


构造方法摘要
AsyncCoordinatorFactory()
           
 
方法摘要
 MasterInterceptor<MASTER_RESULT,WORKER_RESULT> createMasterCoordinator()
          Create coordinator instance for master.
 WorkerInterceptor<MASTER_RESULT,WORKER_RESULT> createWorkerCoordinator()
          Create coordinator instance for worker.
 
从类 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 © 2014. All Rights Reserved.