Spring for Apache Hadoop

org.springframework.yarn.batch.repository
Class RemoteJobRepositoryFactoryBean

java.lang.Object
  extended by org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
      extended by org.springframework.yarn.batch.repository.RemoteJobRepositoryFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class RemoteJobRepositoryFactoryBean
extends org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean


Constructor Summary
RemoteJobRepositoryFactoryBean()
           
RemoteJobRepositoryFactoryBean(org.springframework.transaction.PlatformTransactionManager transactionManager)
           
 
Method Summary
 void afterPropertiesSet()
           
protected  org.springframework.batch.core.repository.dao.ExecutionContextDao createExecutionContextDao()
           
protected  org.springframework.batch.core.repository.dao.JobExecutionDao createJobExecutionDao()
           
protected  org.springframework.batch.core.repository.dao.JobInstanceDao createJobInstanceDao()
           
protected  org.springframework.batch.core.repository.dao.StepExecutionDao createStepExecutionDao()
           
 org.springframework.batch.core.repository.dao.ExecutionContextDao getExecutionContextDao()
           
 org.springframework.batch.core.repository.dao.JobExecutionDao getJobExecutionDao()
           
 org.springframework.batch.core.repository.dao.JobInstanceDao getJobInstanceDao()
           
 org.springframework.batch.core.repository.dao.StepExecutionDao getStepExecutionDao()
           
 void setAppmasterScOperations(AppmasterMindScOperations appmasterScOperations)
           
 
Methods inherited from class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
getJobRepository, getObject, getObjectType, getTransactionManager, isSingleton, setIsolationLevelForCreate, setTransactionManager, setValidateTransactionState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJobRepositoryFactoryBean

public RemoteJobRepositoryFactoryBean()

RemoteJobRepositoryFactoryBean

public RemoteJobRepositoryFactoryBean(org.springframework.transaction.PlatformTransactionManager transactionManager)
Method Detail

getJobExecutionDao

public org.springframework.batch.core.repository.dao.JobExecutionDao getJobExecutionDao()

getJobInstanceDao

public org.springframework.batch.core.repository.dao.JobInstanceDao getJobInstanceDao()

getStepExecutionDao

public org.springframework.batch.core.repository.dao.StepExecutionDao getStepExecutionDao()

getExecutionContextDao

public org.springframework.batch.core.repository.dao.ExecutionContextDao getExecutionContextDao()

setAppmasterScOperations

public void setAppmasterScOperations(AppmasterMindScOperations appmasterScOperations)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
Throws:
java.lang.Exception

createJobInstanceDao

protected org.springframework.batch.core.repository.dao.JobInstanceDao createJobInstanceDao()
                                                                                     throws java.lang.Exception
Specified by:
createJobInstanceDao in class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
Throws:
java.lang.Exception

createJobExecutionDao

protected org.springframework.batch.core.repository.dao.JobExecutionDao createJobExecutionDao()
                                                                                       throws java.lang.Exception
Specified by:
createJobExecutionDao in class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
Throws:
java.lang.Exception

createStepExecutionDao

protected org.springframework.batch.core.repository.dao.StepExecutionDao createStepExecutionDao()
                                                                                         throws java.lang.Exception
Specified by:
createStepExecutionDao in class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
Throws:
java.lang.Exception

createExecutionContextDao

protected org.springframework.batch.core.repository.dao.ExecutionContextDao createExecutionContextDao()
                                                                                               throws java.lang.Exception
Specified by:
createExecutionContextDao in class org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean
Throws:
java.lang.Exception

Spring for Apache Hadoop