Uses of Interface
org.apache.flink.runtime.shuffle.JobShuffleContext
-
Packages that use JobShuffleContext Package Description org.apache.flink.runtime.shuffle -
-
Uses of JobShuffleContext in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement JobShuffleContext Modifier and Type Class Description classJobShuffleContextImplThe default implementation ofJobShuffleContext.Methods in org.apache.flink.runtime.shuffle with parameters of type JobShuffleContext Modifier and Type Method Description default voidShuffleMaster. registerJob(JobShuffleContext context)Registers the target job together with the correspondingJobShuffleContextto this shuffle master.
-