软件包 ml.shifu.guagua

This package contains some common classes for both master and worker.

请参见:
          描述

接口摘要
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  
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.
 

异常摘要
GuaguaException GuaguaException is checked exception in guagua framework.
GuaguaRuntimeException GuaguaRuntimeException which is used to wrap all RuntimeExceptions in guagua framework.
 

注释类型摘要
ComputableMonitor Master and Worker computable maximal time out setting.
 

软件包 ml.shifu.guagua 的描述

This package contains some common classes for both master and worker.



Copyright © 2015. All Rights Reserved.