Interface PartitionProducerStateProvider

  • All Known Implementing Classes:
    Task

    public interface PartitionProducerStateProvider
    Request execution state of partition producer, the response accepts state check callbacks.
    • Method Detail

      • requestPartitionProducerState

        void requestPartitionProducerState​(IntermediateDataSetID intermediateDataSetId,
                                           ResultPartitionID resultPartitionId,
                                           Consumer<? super PartitionProducerStateProvider.ResponseHandle> responseConsumer)
        Trigger the producer execution state request.
        Parameters:
        intermediateDataSetId - ID of the parent intermediate data set.
        resultPartitionId - ID of the result partition to check. This identifies the producing execution and partition.
        responseConsumer - consumer for the response handle.