Uses of Interface
org.apache.flink.runtime.shuffle.JobShuffleContext
Packages that use JobShuffleContext
Package
Description
-
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 JobShuffleContextModifier and TypeMethodDescriptionTieredInternalShuffleMaster.getPartitionWithMetrics(JobShuffleContext jobShuffleContext, Duration timeout, Set<ResultPartitionID> expectedPartitions) voidTieredInternalShuffleMaster.registerJob(JobShuffleContext context) Registers the target job together with the correspondingJobShuffleContextto this shuffle master. -
Uses of JobShuffleContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type JobShuffleContextModifier and TypeMethodDescriptionTieredStorageMasterClient.getPartitionWithMetrics(JobShuffleContext jobShuffleContext, Duration timeout, Set<ResultPartitionID> expectedPartitions) -
Uses of JobShuffleContext in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement JobShuffleContextMethods in org.apache.flink.runtime.shuffle with parameters of type JobShuffleContextModifier and TypeMethodDescriptionvoidNettyShuffleMaster.registerJob(JobShuffleContext context) default voidShuffleMaster.registerJob(JobShuffleContext context) Registers the target job together with the correspondingJobShuffleContextto this shuffle master.