|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.RuntimeConfig
@Configuration @ConditionalOnClass(value=org.springframework.batch.core.launch.JobLauncher.class) @EnableConfigurationProperties(value=SpringYarnBatchProperties.class) public static class YarnAppmasterAutoConfiguration.RuntimeConfig
Constructor Summary | |
---|---|
YarnAppmasterAutoConfiguration.RuntimeConfig()
|
Method Summary | |
---|---|
BootApplicationEventTransformer |
bootApplicationEventTransformer()
|
java.lang.String |
customAppmasterClass()
|
YarnJobLauncherCommandLineRunner |
jobLauncherCommandLineRunner()
|
org.springframework.core.task.TaskExecutor |
threadPoolTaskExecutor()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YarnAppmasterAutoConfiguration.RuntimeConfig()
Method Detail |
---|
@Bean(name="taskExecutor") public org.springframework.core.task.TaskExecutor threadPoolTaskExecutor()
@Bean public java.lang.String customAppmasterClass()
@Bean public BootApplicationEventTransformer bootApplicationEventTransformer()
@Bean @ConditionalOnMissingBean(value=YarnJobLauncherCommandLineRunner.class) @ConditionalOnBean(value=org.springframework.batch.core.launch.JobLauncher.class) public YarnJobLauncherCommandLineRunner jobLauncherCommandLineRunner()
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |