@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(InputGate inputGate) |
void |
handleEndOfRecovery(InputChannelInfo channelInfo) |
static final UpstreamRecoveryTracker NO_OP
void handleEndOfRecovery(InputChannelInfo channelInfo) throws IOException
IOException
boolean allChannelsRecovered()
static UpstreamRecoveryTracker forInputGate(InputGate inputGate)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.