@Internal
@VisibleForTesting
public interface UpstreamRecoveryTracker
| Modifier and Type | Field and Description |
|---|---|
static UpstreamRecoveryTracker |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allChannelsRecovered() |
static UpstreamRecoveryTracker |
forInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate) |
void |
handleEndOfRecovery(org.apache.flink.runtime.checkpoint.channel.InputChannelInfo channelInfo) |
static final UpstreamRecoveryTracker NO_OP
void handleEndOfRecovery(org.apache.flink.runtime.checkpoint.channel.InputChannelInfo channelInfo)
throws IOException
IOExceptionboolean allChannelsRecovered()
static UpstreamRecoveryTracker forInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.