Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterContext
-
Packages that use ShuffleMasterContext Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle org.apache.flink.runtime.shuffle -
-
Uses of ShuffleMasterContext in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type ShuffleMasterContext Modifier and Type Method Description NettyShuffleMasterNettyShuffleServiceFactory. createShuffleMaster(ShuffleMasterContext shuffleMasterContext) -
Uses of ShuffleMasterContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type ShuffleMasterContext Constructor Description TieredInternalShuffleMaster(ShuffleMasterContext shuffleMasterContext, ShuffleDescriptorRetriever shuffleDescriptorRetriever) -
Uses of ShuffleMasterContext in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMasterContext Modifier and Type Class Description classShuffleMasterContextImplThe default implementation ofShuffleMasterContext.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterContext Modifier and Type Method Description ShuffleMaster<SD>ShuffleServiceFactory. createShuffleMaster(ShuffleMasterContext shuffleMasterContext)Factory method to create a specificShuffleMasterimplementation.Constructors in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterContext Constructor Description NettyShuffleMaster(ShuffleMasterContext shuffleMasterContext)
-