Uses of Class
org.apache.flink.runtime.shuffle.ProducerDescriptor
Packages that use ProducerDescriptor
-
Uses of ProducerDescriptor in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ProducerDescriptorModifier and TypeMethodDescriptionstatic ProducerDescriptorProducerDescriptor.create(TaskManagerLocation producerLocation, ExecutionAttemptID attemptId) Methods in org.apache.flink.runtime.shuffle with parameters of type ProducerDescriptorModifier and TypeMethodDescriptionNettyShuffleMaster.registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID, PartitionDescriptor partitionDescriptor, ProducerDescriptor producerDescriptor) ShuffleMaster.registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID, PartitionDescriptor partitionDescriptor, ProducerDescriptor producerDescriptor) Asynchronously register a partition and its producer with the shuffle service.