Uses of Class
org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
Packages that use ShuffleEnvironmentContext Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.shuffle -
-
Uses of ShuffleEnvironmentContext in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type ShuffleEnvironmentContext Modifier and Type Method Description NettyShuffleEnvironmentNettyShuffleServiceFactory. createShuffleEnvironment(ShuffleEnvironmentContext shuffleEnvironmentContext) -
Uses of ShuffleEnvironmentContext in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleEnvironmentContext Modifier and Type Method Description ShuffleEnvironment<P,G>ShuffleServiceFactory. createShuffleEnvironment(ShuffleEnvironmentContext shuffleEnvironmentContext)Factory method to create a specific localShuffleEnvironmentimplementation.
-