Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleServiceFactory
-
Packages that use ShuffleServiceFactory Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.shuffle -
-
Uses of ShuffleServiceFactory in org.apache.flink.runtime.io.network
Classes in org.apache.flink.runtime.io.network that implement ShuffleServiceFactory Modifier and Type Class Description class
NettyShuffleServiceFactory
Netty based shuffle service implementation. -
Uses of ShuffleServiceFactory in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ShuffleServiceFactory Modifier and Type Method Description static ShuffleServiceFactory<?,?,?>
ShuffleServiceLoader. loadShuffleServiceFactory(org.apache.flink.configuration.Configuration configuration)
-