| Package | Description |
|---|---|
| ml.shifu.guagua.master |
This package contains guagua master implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMasterComputable<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
AbstractMasterComputable is a abstract MasterComputable implementation to add
AbstractMasterComputable.init(MasterContext) for master. |
class |
HookMasterComputable<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
Common
MasterComputable abstraction to define HookMasterComputable.setup(MasterContext) and
HookMasterComputable.cleanup(MasterContext) hooks. |
| Modifier and Type | Method and Description |
|---|---|
MasterComputable<MASTER_RESULT,WORKER_RESULT> |
GuaguaMasterService.getMasterComputable() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuaguaMasterService.setMasterComputable(MasterComputable<MASTER_RESULT,WORKER_RESULT> masterComputable) |
Copyright © 2018. All Rights Reserved.