Uses of Class
org.apache.flink.runtime.clusterframework.ApplicationStatus
-
Packages that use ApplicationStatus Package Description org.apache.flink.runtime.clusterframework This package contains the cluster resource management functionality.org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.runner org.apache.flink.runtime.entrypoint org.apache.flink.runtime.entrypoint.component org.apache.flink.runtime.jobmaster org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active -
-
Uses of ApplicationStatus in org.apache.flink.runtime.clusterframework
Methods in org.apache.flink.runtime.clusterframework that return ApplicationStatus Modifier and Type Method Description static ApplicationStatus
ApplicationStatus. fromJobStatus(org.apache.flink.api.common.JobStatus jobStatus)
Derives the ApplicationStatus that should be used for a job that resulted in the given job status.static ApplicationStatus
ApplicationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationStatus[]
ApplicationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApplicationStatus in org.apache.flink.runtime.dispatcher
Fields in org.apache.flink.runtime.dispatcher with type parameters of type ApplicationStatus Modifier and Type Field Description protected CompletableFuture<ApplicationStatus>
Dispatcher. shutDownFuture
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ApplicationStatus Modifier and Type Method Description CompletableFuture<ApplicationStatus>
Dispatcher. getShutDownFuture()
Methods in org.apache.flink.runtime.dispatcher with parameters of type ApplicationStatus Modifier and Type Method Description CompletableFuture<Acknowledge>
Dispatcher. shutDownCluster(ApplicationStatus applicationStatus)
default CompletableFuture<Acknowledge>
DispatcherGateway. shutDownCluster(ApplicationStatus applicationStatus)
-
Uses of ApplicationStatus in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner that return types with arguments of type ApplicationStatus Modifier and Type Method Description CompletableFuture<ApplicationStatus>
AbstractDispatcherLeaderProcess.DispatcherGatewayService. getShutDownFuture()
CompletableFuture<ApplicationStatus>
AbstractDispatcherLeaderProcess. getShutDownFuture()
CompletableFuture<ApplicationStatus>
DefaultDispatcherGatewayService. getShutDownFuture()
CompletableFuture<ApplicationStatus>
DefaultDispatcherRunner. getShutDownFuture()
CompletableFuture<ApplicationStatus>
DispatcherRunner. getShutDownFuture()
Return shut down future of this runner.CompletableFuture<ApplicationStatus>
StoppedDispatcherLeaderProcess. getShutDownFuture()
-
Uses of ApplicationStatus in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return types with arguments of type ApplicationStatus Modifier and Type Method Description CompletableFuture<ApplicationStatus>
ClusterEntrypoint. getTerminationFuture()
-
Uses of ApplicationStatus in org.apache.flink.runtime.entrypoint.component
Methods in org.apache.flink.runtime.entrypoint.component that return types with arguments of type ApplicationStatus Modifier and Type Method Description CompletableFuture<ApplicationStatus>
DispatcherResourceManagerComponent. getShutDownFuture()
Methods in org.apache.flink.runtime.entrypoint.component with parameters of type ApplicationStatus Modifier and Type Method Description CompletableFuture<Void>
DispatcherResourceManagerComponent. stopApplication(ApplicationStatus applicationStatus, String diagnostics)
Deregister the Flink application from the resource management system by signalling theResourceManager
and also stop the process. -
Uses of ApplicationStatus in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ApplicationStatus Modifier and Type Method Description ApplicationStatus
JobResult. getApplicationStatus()
Methods in org.apache.flink.runtime.jobmaster with parameters of type ApplicationStatus Modifier and Type Method Description JobResult.Builder
JobResult.Builder. applicationStatus(ApplicationStatus applicationStatus)
-
Uses of ApplicationStatus in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type ApplicationStatus Modifier and Type Method Description CompletableFuture<Acknowledge>
ResourceManager. deregisterApplication(ApplicationStatus finalStatus, String diagnostics)
Cleanup application and shut down cluster.CompletableFuture<Acknowledge>
ResourceManagerGateway. deregisterApplication(ApplicationStatus finalStatus, String diagnostics)
Deregister Flink from the underlying resource management system.CompletableFuture<Void>
ResourceManagerService. deregisterApplication(ApplicationStatus applicationStatus, String diagnostics)
Deregister the Flink application from the resource management system by signalling theResourceManager
.CompletableFuture<Void>
ResourceManagerServiceImpl. deregisterApplication(ApplicationStatus applicationStatus, String diagnostics)
protected abstract void
ResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)
The framework specific code to deregister the application.protected void
StandaloneResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String diagnostics)
-
Uses of ApplicationStatus in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type ApplicationStatus Modifier and Type Method Description void
ResourceManagerDriver. deregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)
The deployment specific code to deregister the application.protected void
ActiveResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)
-