Uses of Class
org.apache.flink.runtime.jobmanager.PartitionProducerDisposedException
-
Packages that use PartitionProducerDisposedException Package Description org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive -
-
Uses of PartitionProducerDisposedException in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that throw PartitionProducerDisposedException Modifier and Type Method Description ExecutionStateExecutionGraphHandler. requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId)ExecutionStateSchedulerBase. requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId)ExecutionStateSchedulerNG. requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) -
Uses of PartitionProducerDisposedException in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that throw PartitionProducerDisposedException Modifier and Type Method Description ExecutionStateAdaptiveScheduler. requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId)
-