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. |
BootMultiLocalResourcesSelector |
Default implementation of a
MultiLocalResourcesSelector . |
ClientLauncherRunner |
A
CommandLineRunner handling a default action for YarnClient . |
CommandLineRunnerSupport |
Base support class for
CommandLineRunner implementations. |
ContainerLauncherRunner |
CommandLineRunner to run Spring Yarn container. |
ContainerRegistrar |
Component which registers itself with container registrar boot endpoint.
|
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. |
EndpointContainerShutdown |
ContainerShutdown implementation which uses boot shutdown
rest endpoint to notify context close. |
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 . |