Uses of Class
org.apache.flink.optimizer.plan.SourcePlanNode
-
Packages that use SourcePlanNode Package Description org.apache.flink.optimizer.plan -
-
Uses of SourcePlanNode in org.apache.flink.optimizer.plan
Methods in org.apache.flink.optimizer.plan that return types with arguments of type SourcePlanNode Modifier and Type Method Description Collection<SourcePlanNode>OptimizedPlan. getDataSources()Gets the data sources from this OptimizedPlan.Constructor parameters in org.apache.flink.optimizer.plan with type arguments of type SourcePlanNode Constructor Description OptimizedPlan(Collection<SourcePlanNode> sources, Collection<SinkPlanNode> sinks, Collection<PlanNode> allNodes, String jobName, org.apache.flink.api.common.Plan programPlan)Creates a new instance of this optimizer plan container.
-