Uses of Enum
org.apache.flink.runtime.clusterframework.ApplicationStatus
Packages that use ApplicationStatus
Package
Description
This package contains the cluster resource management functionality.
-
Uses of ApplicationStatus in org.apache.flink.runtime.clusterframework
Methods in org.apache.flink.runtime.clusterframework that return ApplicationStatusModifier and TypeMethodDescriptionstatic 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 ApplicationStatusReturns 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 ApplicationStatusModifier and TypeFieldDescriptionprotected final CompletableFuture<ApplicationStatus>Dispatcher.shutDownFutureMethods in org.apache.flink.runtime.dispatcher that return types with arguments of type ApplicationStatusMethods in org.apache.flink.runtime.dispatcher with parameters of type ApplicationStatusModifier and TypeMethodDescriptionDispatcher.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 ApplicationStatusModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.DispatcherGatewayService.getShutDownFuture()AbstractDispatcherLeaderProcess.getShutDownFuture()DefaultDispatcherGatewayService.getShutDownFuture()DefaultDispatcherRunner.getShutDownFuture()DispatcherRunner.getShutDownFuture()Return shut down future of this runner.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 -
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 ApplicationStatusMethods in org.apache.flink.runtime.entrypoint.component with parameters of type ApplicationStatusModifier and TypeMethodDescriptionDispatcherResourceManagerComponent.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 ApplicationStatusMethods in org.apache.flink.runtime.jobmaster with parameters of type ApplicationStatusModifier and TypeMethodDescriptionJobResult.Builder.applicationStatus(ApplicationStatus applicationStatus) -
Uses of ApplicationStatus in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type ApplicationStatusModifier and TypeMethodDescriptionResourceManager.deregisterApplication(ApplicationStatus finalStatus, String diagnostics) Cleanup application and shut down cluster.ResourceManagerGateway.deregisterApplication(ApplicationStatus finalStatus, String diagnostics) Deregister Flink from the underlying resource management system.ResourceManagerService.deregisterApplication(ApplicationStatus applicationStatus, String diagnostics) Deregister the Flink application from the resource management system by signalling theResourceManager.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 ApplicationStatusModifier and TypeMethodDescriptionvoidResourceManagerDriver.deregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics) The deployment specific code to deregister the application.protected voidActiveResourceManager.internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)