public static interface WorkerContext.WorkerCompletionCallBack<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
| Modifier and Type | Method and Description |
|---|---|
void |
callback(WorkerContext<MASTER_RESULT,WORKER_RESULT> context)
Callback function which will be called at the end of last iteration of worker computation.
|
void callback(WorkerContext<MASTER_RESULT,WORKER_RESULT> context)
HaltBytable.isHaltCopyright © 2018. All Rights Reserved.