@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
IOExceptionList<InputChannelInfo> getChannelInfos()
int getNumberOfInputChannels()
void checkpointStarted(CheckpointBarrier barrier) throws CheckpointException
CheckpointExceptionvoid checkpointStopped(long cancelledCheckpointId)
int getInputGateIndex()
void convertToPriorityEvent(int channelIndex,
int sequenceNumber)
throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.