@Internal public interface CheckpointableInput
InputGate
or a chained source.Modifier and Type | Method and Description |
---|---|
void |
blockConsumption(InputChannelInfo channelInfo) |
void |
checkpointStarted(CheckpointBarrier barrier) |
void |
checkpointStopped(long cancelledCheckpointId) |
void |
convertToPriorityEvent(int channelIndex,
int sequenceNumber) |
List<InputChannelInfo> |
getChannelInfos() |
int |
getInputGateIndex() |
int |
getNumberOfInputChannels() |
void |
resumeConsumption(InputChannelInfo channelInfo) |
void blockConsumption(InputChannelInfo channelInfo)
void resumeConsumption(InputChannelInfo channelInfo) throws IOException
IOException
List<InputChannelInfo> getChannelInfos()
int getNumberOfInputChannels()
void checkpointStarted(CheckpointBarrier barrier) throws CheckpointException
CheckpointException
void checkpointStopped(long cancelledCheckpointId)
int getInputGateIndex()
void convertToPriorityEvent(int channelIndex, int sequenceNumber) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.