| ApplicationClusterEntryPoint |
Base class for cluster entry points targeting executing applications in "Application Mode".
|
| ApplicationConfiguration |
Application-specific configurations.
|
| ApplicationDispatcherBootstrap |
A DispatcherBootstrap used for running the user's main() in "Application Mode"
(see FLIP-85).
|
| ApplicationDispatcherGatewayServiceFactory |
A DispatcherGatewayServiceFactory used when executing a job in Application Mode, i.e.
|
| ApplicationDispatcherLeaderProcessFactoryFactory |
Factory for a DispatcherLeaderProcessFactoryFactory designed to be used when executing an
application in Application Mode.
|
| DetachedApplicationRunner |
|
| EmbeddedJobClient |
A JobClient with the ability to also submit jobs which uses directly the DispatcherGateway.
|
| FromClasspathEntryClassInformationProvider |
FromClasspathEntryClassInformationProvider assumes the passed job class being available
on some classpath.
|
| FromJarEntryClassInformationProvider |
FromJarEntryClassInformationProvider is used for cases where the Jar archive is
explicitly specified.
|
| JarManifestParser |
Utility that parses JAR manifest attributes.
|
| WebSubmissionJobClient |
A JobClient that only allows asking for the job id of the job it is attached to.
|