Uses of Class
org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
-
Packages that use ExecutionDeploymentState Package Description org.apache.flink.runtime.jobmaster -
-
Uses of ExecutionDeploymentState in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ExecutionDeploymentState Modifier and Type Method Description static ExecutionDeploymentState
ExecutionDeploymentState. valueOf(String name)
Returns 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 ExecutionDeploymentState Modifier and Type Method Description Map<ExecutionAttemptID,ExecutionDeploymentState>
DefaultExecutionDeploymentTracker. getExecutionsOn(ResourceID host)
Map<ExecutionAttemptID,ExecutionDeploymentState>
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 ExecutionDeploymentState Modifier and Type Method Description void
DefaultExecutionDeploymentReconciler. reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutions)
void
ExecutionDeploymentReconciler. reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)
Reconciles the deployment states between all reported/expected executions for the given task executor.
-