Uses of Class
org.apache.flink.runtime.operators.util.LocalStrategy
-
Packages that use LocalStrategy Package Description org.apache.flink.runtime.operators.util -
-
Uses of LocalStrategy in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util that return LocalStrategy Modifier and Type Method Description LocalStrategyTaskConfig. getInputLocalStrategy(int inputNum)static LocalStrategyLocalStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalStrategy[]LocalStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.operators.util with parameters of type LocalStrategy Modifier and Type Method Description voidTaskConfig. setInputLocalStrategy(int inputNum, LocalStrategy strategy)
-