Uses of Class
org.apache.flink.runtime.rest.messages.JobPlanInfo.Plan.Node
-
Packages that use JobPlanInfo.Plan.Node Package Description org.apache.flink.runtime.rest.messages -
-
Uses of JobPlanInfo.Plan.Node in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type JobPlanInfo.Plan.Node Modifier and Type Method Description Collection<JobPlanInfo.Plan.Node>
JobPlanInfo.Plan. getNodes()
Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type JobPlanInfo.Plan.Node Constructor Description Plan(String jobId, String name, String type, Collection<JobPlanInfo.Plan.Node> nodes)
-