@Configuration
public class SimpleYarnRemoteBatchConfiguration
extends java.lang.Object| コンストラクターと説明 |
|---|
SimpleYarnRemoteBatchConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
AppmasterMindScOperations | appmasterServiceClient() |
org.springframework.integration.config.ConsumerEndpointFactoryBean | consumerEndpointFactoryBean() |
org.springframework.integration.channel.DirectChannel | directChannel() |
org.springframework.batch.core.configuration.annotation.JobBuilderFactory | jobBuilders() |
org.springframework.batch.core.explore.JobExplorer | jobExplorer() |
org.springframework.batch.core.repository.JobRepository | jobRepository() |
MindHolderToObjectConverter | mindHolderToObjectConverter() |
MindObjectToHolderConverter | mindObjectToHolderConverter() |
MindRpcSerializer | mindRpcSerializer() |
com.fasterxml.jackson.databind.ObjectMapper | objectMapper() |
org.springframework.integration.channel.QueueChannel | queueChannel() |
org.springframework.batch.core.configuration.annotation.StepBuilderFactory | stepBuilders() |
org.springframework.batch.core.step.StepLocator | stepLocator() |
org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory | tcpNetClientConnectionFactory() |
org.springframework.integration.ip.tcp.TcpOutboundGateway | tcpOutboundGateway() |
org.springframework.transaction.PlatformTransactionManager | transactionManager() |
@Bean
public org.springframework.batch.core.configuration.annotation.JobBuilderFactory jobBuilders()
throws java.lang.Exceptionjava.lang.Exception@Bean
public org.springframework.batch.core.configuration.annotation.StepBuilderFactory stepBuilders()
throws java.lang.Exceptionjava.lang.Exception@Bean
public org.springframework.transaction.PlatformTransactionManager transactionManager()
throws java.lang.Exceptionjava.lang.Exception@Bean public org.springframework.batch.core.step.StepLocator stepLocator()
@Bean public org.springframework.batch.core.repository.JobRepository jobRepository()
@Bean public org.springframework.batch.core.explore.JobExplorer jobExplorer()
@Bean public org.springframework.integration.channel.DirectChannel directChannel()
@Bean public org.springframework.integration.channel.QueueChannel queueChannel()
@Bean public MindRpcSerializer mindRpcSerializer()
@Bean public org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory tcpNetClientConnectionFactory()
@Bean public org.springframework.integration.ip.tcp.TcpOutboundGateway tcpOutboundGateway()
@Bean public org.springframework.integration.config.ConsumerEndpointFactoryBean consumerEndpointFactoryBean()
@Bean(name="yarnAmserviceClient") public AppmasterMindScOperations appmasterServiceClient()
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
@Bean @IntegrationConverter public MindObjectToHolderConverter mindObjectToHolderConverter()
@Bean @IntegrationConverter public MindHolderToObjectConverter mindHolderToObjectConverter()