Uses of Class
org.apache.flink.streaming.api.graph.GlobalStreamExchangeMode
-
Packages that use GlobalStreamExchangeMode Package Description org.apache.flink.streaming.api.graph -
-
Uses of GlobalStreamExchangeMode in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return GlobalStreamExchangeMode Modifier and Type Method Description GlobalStreamExchangeModeStreamGraph. getGlobalStreamExchangeMode()static GlobalStreamExchangeModeGlobalStreamExchangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalStreamExchangeMode[]GlobalStreamExchangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api.graph with parameters of type GlobalStreamExchangeMode Modifier and Type Method Description voidStreamGraph. setGlobalStreamExchangeMode(GlobalStreamExchangeMode globalExchangeMode)
-