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 ApplicationStatusApplicationStatus. 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 ApplicationStatusApplicationStatus. 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. shutDownFutureMethods 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 theResourceManagerand 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 ApplicationStatusJobResult. getApplicationStatus()Methods in org.apache.flink.runtime.jobmaster with parameters of type ApplicationStatus Modifier and Type Method Description JobResult.BuilderJobResult.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 voidResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)The framework specific code to deregister the application.protected voidStandaloneResourceManager. 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 voidResourceManagerDriver. deregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)The deployment specific code to deregister the application.protected voidActiveResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)
-