|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.batch.repository.JobRepositoryRemoteService
public class JobRepositoryRemoteService
Service class handling remote operations for Spring Batch job repository.
| Constructor Summary | |
|---|---|
JobRepositoryRemoteService()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
BaseResponseObject |
get(BaseObject request)
Handles requests. |
void |
setExecutionContextDao(org.springframework.batch.core.repository.dao.ExecutionContextDao executionContextDao)
Sets the ExecutionContextDao for this service class. |
void |
setJobExecutionDao(org.springframework.batch.core.repository.dao.JobExecutionDao jobExecutionDao)
Sets the JobExecutionDao for this service class. |
void |
setJobInstanceDao(org.springframework.batch.core.repository.dao.JobInstanceDao jobInstanceDao)
Sets the JobInstanceDao for this service class. |
void |
setMapJobRepositoryFactoryBean(org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean mapJobRepositoryFactoryBean)
Sets the MapJobRepositoryFactoryBean for this service class. |
void |
setStepExecutionDao(org.springframework.batch.core.repository.dao.StepExecutionDao stepExecutionDao)
Sets the StepExecutionDao for this service class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobRepositoryRemoteService()
| Method Detail |
|---|
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void setMapJobRepositoryFactoryBean(org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean mapJobRepositoryFactoryBean)
MapJobRepositoryFactoryBean for this service class.
mapJobRepositoryFactoryBean - the MapJobRepositoryFactoryBeanpublic void setJobExecutionDao(org.springframework.batch.core.repository.dao.JobExecutionDao jobExecutionDao)
JobExecutionDao for this service class.
jobExecutionDao - the JobExecutionDaopublic void setJobInstanceDao(org.springframework.batch.core.repository.dao.JobInstanceDao jobInstanceDao)
JobInstanceDao for this service class.
jobInstanceDao - the JobInstanceDaopublic void setStepExecutionDao(org.springframework.batch.core.repository.dao.StepExecutionDao stepExecutionDao)
StepExecutionDao for this service class.
stepExecutionDao - the StepExecutionDaopublic void setExecutionContextDao(org.springframework.batch.core.repository.dao.ExecutionContextDao executionContextDao)
ExecutionContextDao for this service class.
executionContextDao - the ExecutionContextDaopublic BaseResponseObject get(BaseObject request)
request - the base object request.
BaseResponseObject
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||