|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||
请参见:
描述
| 接口摘要 | |
|---|---|
| BasicCoordinator.CoordinatorCommand | BasicCoordinator.CoordinatorCommand is used for consistent process of zookeeper coordination. |
| CoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> | Coordinator factory to create sync or async coordinator. |
| GuaguaService | GuaguaService is a common service interface of both master and worker service implementations. |
| 类摘要 | |
|---|---|
| AsyncCoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> | Async coordinator factory to create async coordinators for master and workers. |
| BasicCoordinator<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> | BasicCoordinator is a basic implementation for both SyncWorkerCoordinator and SyncMasterCoordinator:
1. |
| BasicCoordinator.BasicCoordinatorCommand | BasicCoordinator.BasicCoordinatorCommand is to process exceptions for zookeeper operations. |
| BasicCoordinator.RetryCoordinatorCommand | BasicCoordinator.RetryCoordinatorCommand is used to wrap retry logic. |
| GuaguaConstants | |
| MemoryCoordinator<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> | MemoryCoordinator is helper for in-memory master and worker coordination. |
| SyncCoordinatorFactory<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> | Sync coordinator factory to create sync coordinators for master and workers. |
| 异常摘要 | |
|---|---|
| GuaguaException | GuaguaException is checked exception in guagua framework. |
| GuaguaRuntimeException | GuaguaRuntimeException which is used to wrap all RuntimeExceptions in guagua framework. |
This package contains some common classes for both master and worker.
|
||||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | |||||||||