Class TableOperatorWrapperGenerator
java.lang.Object
org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
A generator that generates a
TableOperatorWrapper graph from a graph of Transformation.-
Constructor Summary
ConstructorsConstructorDescriptionTableOperatorWrapperGenerator(List<org.apache.flink.api.dag.Transformation<?>> inputTransforms, org.apache.flink.api.dag.Transformation<?> tailTransform) TableOperatorWrapperGenerator(List<org.apache.flink.api.dag.Transformation<?>> inputTransforms, org.apache.flink.api.dag.Transformation<?> tailTransform, int[] readOrders) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate()intintorg.apache.flink.api.common.operators.ResourceSpecintorg.apache.flink.api.common.operators.ResourceSpec
-
Constructor Details
-
TableOperatorWrapperGenerator
public TableOperatorWrapperGenerator(List<org.apache.flink.api.dag.Transformation<?>> inputTransforms, org.apache.flink.api.dag.Transformation<?> tailTransform) -
TableOperatorWrapperGenerator
public TableOperatorWrapperGenerator(List<org.apache.flink.api.dag.Transformation<?>> inputTransforms, org.apache.flink.api.dag.Transformation<?> tailTransform, int[] readOrders)
-
-
Method Details
-
generate
public void generate() -
getInputTransformAndInputSpecPairs
-
getHeadWrappers
-
getTailWrapper
-
getParallelism
public int getParallelism() -
getMaxParallelism
public int getMaxParallelism() -
getMinResources
public org.apache.flink.api.common.operators.ResourceSpec getMinResources() -
getPreferredResources
public org.apache.flink.api.common.operators.ResourceSpec getPreferredResources() -
getManagedMemoryWeight
public int getManagedMemoryWeight()
-