| Package | Description |
|---|---|
| ml.shifu.guagua.worker |
This package contains guagua worker implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCombineWorkerComputable<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable,KEY extends Bytable,VALUE extends Bytable>
A high-effective implementation to load data and do computation.
|
class |
AbstractWorkerComputable<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable,KEY extends Bytable,VALUE extends Bytable>
Abstract
WorkerComputable implementation to load data one by one and only in the very 1st iteration. |
class |
HookWorkerComputable<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
Common
MasterComputable abstraction to define HookWorkerComputable.setup(WorkerContext) and
HookWorkerComputable.cleanup(WorkerContext) hooks. |
| Modifier and Type | Method and Description |
|---|---|
WorkerComputable<MASTER_RESULT,WORKER_RESULT> |
GuaguaWorkerService.getWorkerComputable() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuaguaWorkerService.setWorkerComputable(WorkerComputable<MASTER_RESULT,WORKER_RESULT> workerComputable) |
Copyright © 2018. All Rights Reserved.