| Interface | Description |
|---|---|
| ApplicationRunner |
An interface to be implemented by the entities responsible for application submission for the
different deployment environments.
|
| EntryClassInformationProvider |
EntryClassInformationProvider provides information about the entry class. |
| Class | Description |
|---|---|
| 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. the user's
main is executed on the same machine as the Dispatcher and the lifecycle of the cluster
is the same as the one of the application. |
| ApplicationDispatcherLeaderProcessFactoryFactory |
Factory for a
DispatcherLeaderProcessFactoryFactory designed to be used when executing an
application in Application Mode. |
| DetachedApplicationRunner |
An
ApplicationRunner which runs the user specified application using the EmbeddedExecutor. |
| 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. |
| Exception | Description |
|---|---|
| ApplicationExecutionException |
A
FlinkException thrown in case something during application execution went wrong. |
| UnsuccessfulExecutionException |
Exception that signals the failure of an application with a given
ApplicationStatus. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.