| Package | Description |
|---|---|
| ml.shifu.guagua.worker |
This package contains guagua worker implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalWorkerCoordinator<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
LocalWorkerCoordinator is local coordinator implementation in one jvm instance. |
class |
MemoryStatsWorkerInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
MemoryStatsWorkerInterceptor is used to print memory usage for each worker checkpoint. |
class |
TraceWorkerInterceptor<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
TraceWorkerInterceptor is used to trace whole application process. |
class |
WorkerComputableTimer<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
WorkerComputableTimer is used to print execution time for master computation function. |
class |
WorkerTimer<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable>
WorkerTimer is used to log execution time of preXXXX of interceptors, worker computation and postXXXX of
interceptors. |
Copyright © 2019. All Rights Reserved.