Uses of Class
org.apache.flink.runtime.shuffle.ShuffleServiceLoader
-
Packages that use ShuffleServiceLoader Package Description org.apache.flink.runtime.shuffle -
-
Uses of ShuffleServiceLoader in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ShuffleServiceLoader Modifier and Type Method Description static ShuffleServiceLoader
ShuffleServiceLoader. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShuffleServiceLoader[]
ShuffleServiceLoader. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-