| Class | Description |
|---|---|
| AppmasterLauncherRunner |
CommandLineRunner to run Spring Yarn appmaster. |
| BootApplicationEventTransformer |
Helper class which is listens application events sent by Boot and possibly
relays event content back to context as in form understand by Yarn.
|
| BootLocalResourcesSelector |
Boot specific default
LocalResourcesSelector implementation. |
| ClientLauncherRunner |
A
CommandLineRunner handling a default action for YarnClient. |
| CommandLineRunnerSupport |
Base support class for
CommandLineRunner implementations. |
| ContainerLauncherRunner |
CommandLineRunner to run Spring Yarn container. |
| EmbeddedAppmasterTrackService |
A
AppmasterTrackService which delegates to an
EmbeddedServletContainer to find a configured port whether that is
hard coded or set to be picked up automatically. |
| SpringYarnBootUtils |
Utilities for Spring Yarn Boot.
|
| YarnBootClientApplicationListener |
An
ApplicationListener for Spring Boot which is adding a property source
relative to the command line arguments. |
| Enum | Description |
|---|---|
| BootLocalResourcesSelector.Mode |
The Enum indicating working mode for
BootLocalResourcesSelector. |