MASTER_RESULT - master result for computation in each iteration.WORKER_RESULT - worker result for computation in each iteration.public interface CoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
| Modifier and Type | Method and Description |
|---|---|
MasterInterceptor<MASTER_RESULT,WORKER_RESULT> |
createMasterCoordinator()
Create coordinator instance for master.
|
WorkerInterceptor<MASTER_RESULT,WORKER_RESULT> |
createWorkerCoordinator()
Create coordinator instance for worker.
|
MasterInterceptor<MASTER_RESULT,WORKER_RESULT> createMasterCoordinator()
WorkerInterceptor<MASTER_RESULT,WORKER_RESULT> createWorkerCoordinator()
Copyright © 2019. All Rights Reserved.