org.springframework.yarn.boot
Class YarnAppmasterAutoConfiguration.TrackServiceConfig
java.lang.Object
org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.TrackServiceConfig
- Enclosing class:
- YarnAppmasterAutoConfiguration
@Configuration
@ConditionalOnWebApplication
public static class YarnAppmasterAutoConfiguration.TrackServiceConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YarnAppmasterAutoConfiguration.TrackServiceConfig
public YarnAppmasterAutoConfiguration.TrackServiceConfig()
appmasterTrackService
@Bean(name="yarnAmTrackservice")
@ConditionalOnMissingBean(value=org.springframework.yarn.am.AppmasterTrackService.class)
public org.springframework.yarn.am.AppmasterTrackService appmasterTrackService()