@Internal
@VisibleForTesting
public interface UpstreamRecoveryTracker
| 限定符和类型 | 字段和说明 |
|---|---|
static UpstreamRecoveryTracker |
NO_OP |
| 限定符和类型 | 方法和说明 |
|---|---|
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.