See: Description
| Interface | Description |
|---|---|
| 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. |
| Class | Description |
|---|---|
| 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.GetSplitBytes | |
| BasicCoordinator.RetryCoordinatorCommand |
BasicCoordinator.RetryCoordinatorCommand is used to wrap retry logic. |
| GuaguaConstants | |
| InMemoryCoordinator<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> |
InMemoryCoordinator is a 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.
|
| Exception | Description |
|---|---|
| GuaguaException |
GuaguaException is checked exception in guagua framework. |
| GuaguaRuntimeException |
GuaguaRuntimeException which is used to wrap all
RuntimeExceptions in guagua framework. |
| Annotation Type | Description |
|---|---|
| ComputableMonitor |
Master and Worker computable maximal time out setting.
|
Copyright © 2015. All Rights Reserved.