Uses of Class
org.apache.flink.runtime.shuffle.ProducerDescriptor
-
Packages that use ProducerDescriptor Package Description org.apache.flink.runtime.shuffle -
-
Uses of ProducerDescriptor in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ProducerDescriptor Modifier and Type Method Description static ProducerDescriptorProducerDescriptor. create(TaskManagerLocation producerLocation, ExecutionAttemptID attemptId)Methods in org.apache.flink.runtime.shuffle with parameters of type ProducerDescriptor Modifier and Type Method Description CompletableFuture<NettyShuffleDescriptor>NettyShuffleMaster. registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID, PartitionDescriptor partitionDescriptor, ProducerDescriptor producerDescriptor)CompletableFuture<T>ShuffleMaster. registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID, PartitionDescriptor partitionDescriptor, ProducerDescriptor producerDescriptor)Asynchronously register a partition and its producer with the shuffle service.
-