Uses of Class
org.apache.flink.api.common.operators.base.ReduceOperatorBase.CombineHint
-
Packages that use ReduceOperatorBase.CombineHint Package Description org.apache.flink.api.common.operators.base -
-
Uses of ReduceOperatorBase.CombineHint in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return ReduceOperatorBase.CombineHint Modifier and Type Method Description ReduceOperatorBase.CombineHintReduceOperatorBase. getCombineHint()static ReduceOperatorBase.CombineHintReduceOperatorBase.CombineHint. valueOf(String name)Returns the enum constant of this type with the specified name.static ReduceOperatorBase.CombineHint[]ReduceOperatorBase.CombineHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common.operators.base with parameters of type ReduceOperatorBase.CombineHint Modifier and Type Method Description voidReduceOperatorBase. setCombineHint(ReduceOperatorBase.CombineHint hint)
-