Spring for Apache Hadoop

Package org.springframework.yarn.batch.repository

Interface Summary
JobRepositoryRemoteServiceInterceptor Interface for interceptors that are able to view and/or modify the messages when communication is handled with a service operating with BaseObject and BaseResponseObject.
 

Class Summary
AbstractRemoteDao Base class for all daos handling remote calls through AppmasterScOperations.
BatchAppmasterService Application master service implementation which is used for remote Spring Batch steps to talk to Job Repository.
JobRepositoryRemoteService Service class handling remote operations for Spring Batch job repository.
JobRepositoryRpcFactory Helper class providing factory methods for building requests used in remote job repository functionality.
RemoteExecutionContextDao Proxy implementation of ExecutionContextDao.
RemoteJobExecutionDao Proxy implementation of JobExecutionDao.
RemoteJobExplorerFactoryBean A FactoryBean that automates the creation of a SimpleJobExplorer using in-memory DAO implementations.
RemoteJobInstanceDao Proxy implementation of JobInstanceDao.
RemoteJobRepositoryFactoryBean  
RemoteStepExecutionDao Proxy implementation of StepExecutionDao.
 


Spring for Apache Hadoop