Interface UpstreamRecoveryTracker


  • @Internal
    @VisibleForTesting
    public interface UpstreamRecoveryTracker
    Tracks status of upstream channels while they recover.
    • Method Detail

      • handleEndOfRecovery

        void handleEndOfRecovery​(org.apache.flink.runtime.checkpoint.channel.InputChannelInfo channelInfo)
                          throws IOException
        Throws:
        IOException
      • allChannelsRecovered

        boolean allChannelsRecovered()
      • forInputGate

        static UpstreamRecoveryTracker forInputGate​(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate)