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 class
JobPlanInfo.Plan.Node
An 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 boolean
equals(Object o)
String
getJobId()
String
getName()
Collection<JobPlanInfo.Plan.Node>
getNodes()
String
getType()
int
hashCode()
-
-
-
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()
-
-