Uses of Enum
org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
Packages that use ExecutionDeploymentState
-
Uses of ExecutionDeploymentState in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ExecutionDeploymentStateModifier and TypeMethodDescriptionstatic ExecutionDeploymentStateReturns the enum constant of this type with the specified name.static ExecutionDeploymentState[]ExecutionDeploymentState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type ExecutionDeploymentStateModifier and TypeMethodDescriptionDefaultExecutionDeploymentTracker.getExecutionsOn(ResourceID host) ExecutionDeploymentTracker.getExecutionsOn(ResourceID host) Returns all tracked executions for the given host.Method parameters in org.apache.flink.runtime.jobmaster with type arguments of type ExecutionDeploymentStateModifier and TypeMethodDescriptionvoidDefaultExecutionDeploymentReconciler.reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState> expectedDeployedExecutions) voidExecutionDeploymentReconciler.reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState> expectedDeployedExecutionIds) Reconciles the deployment states between all reported/expected executions for the given task executor.