Uses of Interface
org.apache.flink.runtime.shuffle.JobShuffleContext
-
Packages that use JobShuffleContext Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle org.apache.flink.runtime.shuffle -
-
Uses of JobShuffleContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type JobShuffleContext Modifier and Type Method Description voidTieredInternalShuffleMaster. registerJob(JobShuffleContext context)Registers the target job together with the correspondingJobShuffleContextto this shuffle master. -
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 voidNettyShuffleMaster. registerJob(JobShuffleContext context)default voidShuffleMaster. registerJob(JobShuffleContext context)Registers the target job together with the correspondingJobShuffleContextto this shuffle master.
-