@Configuration @ConditionalOnMissingBean(name="appDeployer") public static class YarnDeployerAutoConfiguration.ProcessModuleDeployerConfig extends Object
Constructor and Description |
---|
ProcessModuleDeployerConfig() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
appDeployer(YarnCloudAppService yarnCloudAppService,
AppDeployerStateMachine appDeployerStateMachine) |
AppDeployerStateMachine |
appDeployerStateMachine(YarnCloudAppService yarnCloudAppService,
org.springframework.core.task.TaskExecutor yarnModuleDeployerTaskExecutor,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.context.ApplicationContext applicationContext) |
@Bean public AppDeployerStateMachine appDeployerStateMachine(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.app.AppDeployer appDeployer(YarnCloudAppService yarnCloudAppService, AppDeployerStateMachine appDeployerStateMachine) throws Exception
Exception
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.