org.springframework.yarn.batch.config
Class SimpleYarnRemoteBatchConfiguration
java.lang.Object
org.springframework.yarn.batch.config.SimpleYarnRemoteBatchConfiguration
@Configuration
public class SimpleYarnRemoteBatchConfiguration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleYarnRemoteBatchConfiguration
public SimpleYarnRemoteBatchConfiguration()
jobBuilders
@Bean
public org.springframework.batch.core.configuration.annotation.JobBuilderFactory jobBuilders()
throws java.lang.Exception
- Throws:
java.lang.Exception
stepBuilders
@Bean
public org.springframework.batch.core.configuration.annotation.StepBuilderFactory stepBuilders()
throws java.lang.Exception
- Throws:
java.lang.Exception
transactionManager
@Bean
public org.springframework.transaction.PlatformTransactionManager transactionManager()
throws java.lang.Exception
- Throws:
java.lang.Exception
stepLocator
@Bean
public org.springframework.batch.core.step.StepLocator stepLocator()
jobRepository
@Bean
public org.springframework.batch.core.repository.JobRepository jobRepository()
jobExplorer
@Bean
public org.springframework.batch.core.explore.JobExplorer jobExplorer()
directChannel
@Bean
public org.springframework.integration.channel.DirectChannel directChannel()
queueChannel
@Bean
public org.springframework.integration.channel.QueueChannel queueChannel()
mindRpcSerializer
@Bean
public MindRpcSerializer mindRpcSerializer()
tcpNetClientConnectionFactory
@Bean
public org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory tcpNetClientConnectionFactory()
tcpOutboundGateway
@Bean
public org.springframework.integration.ip.tcp.TcpOutboundGateway tcpOutboundGateway()
consumerEndpointFactoryBean
@Bean
public org.springframework.integration.config.ConsumerEndpointFactoryBean consumerEndpointFactoryBean()
appmasterServiceClient
@Bean(name="yarnAmserviceClient")
public AppmasterMindScOperations appmasterServiceClient()
objectMapper
@Bean
public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
conversionService
@Bean(name="yarnIntegrationConversionService")
public org.springframework.core.convert.ConversionService conversionService()
converterRegistrar
@Bean
public ConverterRegistrar converterRegistrar()