Class ExecutionDeploymentReport
- java.lang.Object
-
- org.apache.flink.runtime.taskexecutor.ExecutionDeploymentReport
-
- All Implemented Interfaces:
Serializable
public class ExecutionDeploymentReport extends Object implements Serializable
A report about the currently deployed executions of a TaskExecutor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionDeploymentReport(Set<ExecutionAttemptID> executions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ExecutionAttemptID>
getExecutions()
String
toString()
-
-
-
Constructor Detail
-
ExecutionDeploymentReport
public ExecutionDeploymentReport(Set<ExecutionAttemptID> executions)
-
-
Method Detail
-
getExecutions
public Set<ExecutionAttemptID> getExecutions()
-
-