Uses of Enum
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.DamBehavior
Packages that use InputProperty.DamBehavior
Package
Description
-
Uses of InputProperty.DamBehavior in org.apache.flink.table.planner.plan.nodes.exec
Methods in org.apache.flink.table.planner.plan.nodes.exec that return InputProperty.DamBehaviorModifier and TypeMethodDescriptionInputProperty.getDamBehavior()static InputProperty.DamBehaviorReturns the enum constant of this type with the specified name.static InputProperty.DamBehavior[]InputProperty.DamBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.planner.plan.nodes.exec with parameters of type InputProperty.DamBehaviorModifier and TypeMethodDescriptionInputProperty.Builder.damBehavior(InputProperty.DamBehavior damBehavior) booleanInputProperty.DamBehavior.stricterOrEqual(InputProperty.DamBehavior o) Constructors in org.apache.flink.table.planner.plan.nodes.exec with parameters of type InputProperty.DamBehaviorModifierConstructorDescriptionInputProperty(InputProperty.RequiredDistribution requiredDistribution, InputProperty.DamBehavior damBehavior, int priority) -
Uses of InputProperty.DamBehavior in org.apache.flink.table.planner.plan.nodes.exec.processor.utils
Constructors in org.apache.flink.table.planner.plan.nodes.exec.processor.utils with parameters of type InputProperty.DamBehaviorModifierConstructorDescriptionInputOrderCalculator(ExecNode<?> root, Set<ExecNode<?>> boundaries, InputProperty.DamBehavior safeDamBehavior) Create aInputOrderCalculatorfor the givenExecNodesub-graph.InputPriorityConflictResolver(List<ExecNode<?>> roots, InputProperty.DamBehavior safeDamBehavior, org.apache.flink.streaming.api.transformations.StreamExchangeMode exchangeMode, org.apache.flink.configuration.ReadableConfig tableConfig) Create aInputPriorityConflictResolverfor the givenExecNodegraph.InputPriorityGraphGenerator(List<ExecNode<?>> roots, Set<ExecNode<?>> boundaries, InputProperty.DamBehavior safeDamBehavior) Create anInputPriorityGraphGeneratorfor the givenExecNodesub-graph.