| Package | Description |
|---|---|
| ml.shifu.guagua.master |
This package contains guagua master implementation.
|
| ml.shifu.guagua.worker |
This package contains guagua worker implementation.
|
| Modifier and Type | Method and Description |
|---|---|
InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> |
GuaguaMasterService.getCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalMasterCoordinator.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator) |
void |
GuaguaMasterService.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator) |
| Modifier and Type | Method and Description |
|---|---|
InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> |
GuaguaWorkerService.getCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalWorkerCoordinator.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator) |
void |
GuaguaWorkerService.setCoordinator(InMemoryCoordinator<MASTER_RESULT,WORKER_RESULT> coordinator) |
Copyright © 2015. All Rights Reserved.