| Package | Description |
|---|---|
| ml.shifu.guagua |
This package contains some common classes for both master and worker.
|
| ml.shifu.guagua.worker |
This package contains guagua worker implementation.
|
| Class and Description |
|---|
WorkerInterceptor
WorkerInterceptor defines hook points for each guagua application. |
| Class and Description |
|---|
AbstractWorkerCoordinator
AbstractWorkerCoordinator has some common implementation for both async and sync worker coordinator. |
| BasicWorkerInterceptor
Empty
WorkerInterceptor implementation for user to choose which function should be override. |
WorkerComputable
WorkerComputable defines worker computation for any guagua application. |
WorkerContext
WorkerContext is a context to contain all useful info which can be used in worker computation. |
| WorkerContext.WorkerCompletionCallBack
Define callback for completion of worker computation.
|
WorkerInterceptor
WorkerInterceptor defines hook points for each guagua application. |
Copyright © 2018. All Rights Reserved.