Uses of Interface
org.apache.flink.runtime.shuffle.JobShuffleContext
-
-
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 CompletableFuture<Collection<PartitionWithMetrics>>TieredInternalShuffleMaster. 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 JobShuffleContext Modifier and Type Method Description CompletableFuture<Collection<PartitionWithMetrics>>TieredStorageMasterClient. 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 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.
-