Uses of Class
org.apache.flink.api.common.operators.base.CrossOperatorBase.CrossHint
-
Packages that use CrossOperatorBase.CrossHint Package Description org.apache.flink.api.common.operators.base -
-
Uses of CrossOperatorBase.CrossHint in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return CrossOperatorBase.CrossHint Modifier and Type Method Description CrossOperatorBase.CrossHintCrossOperatorBase. getCrossHint()static CrossOperatorBase.CrossHintCrossOperatorBase.CrossHint. valueOf(String name)Returns the enum constant of this type with the specified name.static CrossOperatorBase.CrossHint[]CrossOperatorBase.CrossHint. 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 CrossOperatorBase.CrossHint Modifier and Type Method Description voidCrossOperatorBase. setCrossHint(CrossOperatorBase.CrossHint hint)
-