@Configuration @ConditionalOnMissingBean(name="taskLauncher") public static class YarnDeployerAutoConfiguration.TaskModuleDeployerConfig extends Object
Constructor and Description |
---|
TaskModuleDeployerConfig() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.task.TaskLauncher |
taskLauncher(YarnCloudAppService yarnCloudAppService,
TaskLauncherStateMachine taskLauncherStateMachine) |
TaskLauncherStateMachine |
taskLauncherStateMachine(YarnCloudAppService yarnCloudAppService,
org.springframework.core.task.TaskExecutor yarnModuleDeployerTaskExecutor,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.context.ApplicationContext applicationContext) |
@Bean public TaskLauncherStateMachine taskLauncherStateMachine(YarnCloudAppService yarnCloudAppService, org.springframework.core.task.TaskExecutor yarnModuleDeployerTaskExecutor, org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.context.ApplicationContext applicationContext) throws Exception
Exception
@Bean public org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher(YarnCloudAppService yarnCloudAppService, TaskLauncherStateMachine taskLauncherStateMachine) throws Exception
Exception
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.