类 ml.shifu.guagua.InMemoryCoordinator
的使用

使用 InMemoryCoordinator 的软件包
ml.shifu.guagua.master This package contains guagua master implementation. 
ml.shifu.guagua.worker This package contains guagua worker implementation. 
 

ml.shifu.guagua.masterInMemoryCoordinator 的使用
 

返回 InMemoryCoordinatorml.shifu.guagua.master 中的方法
 InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> GuaguaMasterService.getCoordinator()
           
 

参数类型为 InMemoryCoordinatorml.shifu.guagua.master 中的方法
 void LocalMasterCoordinator.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator)
           
 void GuaguaMasterService.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator)
           
 

ml.shifu.guagua.workerInMemoryCoordinator 的使用
 

返回 InMemoryCoordinatorml.shifu.guagua.worker 中的方法
 InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> GuaguaWorkerService.getCoordinator()
           
 

参数类型为 InMemoryCoordinatorml.shifu.guagua.worker 中的方法
 void LocalWorkerCoordinator.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator)
           
 void GuaguaWorkerService.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator)
           
 



Copyright © 2015. All Rights Reserved.