Uses of Class
org.apache.flink.runtime.rest.messages.JobPlanInfo.Plan.Node.Input
-
Packages that use JobPlanInfo.Plan.Node.Input Package Description org.apache.flink.runtime.rest.messages -
-
Uses of JobPlanInfo.Plan.Node.Input 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.Input Modifier and Type Method Description Collection<JobPlanInfo.Plan.Node.Input>
JobPlanInfo.Plan.Node. getInputs()
Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type JobPlanInfo.Plan.Node.Input Constructor Description Node(String id, String operator, long parallelism, String operatorStrategy, String description, JobPlanInfo.RawJson optimizerProperties, Collection<JobPlanInfo.Plan.Node.Input> inputs)
-