Class JobPlanInfo.Plan
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.JobPlanInfo.Plan
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobPlanInfo
public static final class JobPlanInfo.Plan extends Object implements Serializable
An inner class for the plan reference.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPlanInfo.Plan.NodeAn inner class containing node (vertex) level info.
-
Constructor Summary
Constructors Constructor Description Plan(String jobId, String name, String type, Collection<JobPlanInfo.Plan.Node> nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetJobId()StringgetName()Collection<JobPlanInfo.Plan.Node>getNodes()StringgetType()inthashCode()
-
-
-
Constructor Detail
-
Plan
public Plan(String jobId, String name, String type, Collection<JobPlanInfo.Plan.Node> nodes)
-
-
Method Detail
-
getJobId
public String getJobId()
-
getName
public String getName()
-
getType
public String getType()
-
getNodes
public Collection<JobPlanInfo.Plan.Node> getNodes()
-
-