Interface CheckpointedResultPartition
- All Known Implementing Classes:
PipelinedResultPartition
public interface CheckpointedResultPartition
Interface for partitions that are checkpointed, meaning they store data as part of unaligned
checkpoints.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecovered(int subpartitionIndex, BufferConsumer bufferConsumer) voidfinishReadRecoveredState(boolean notifyAndBlockOnCompletion) getCheckpointedSubpartitionInfo(int subpartitionIndex) Gets the checkpointed subpartition info with the given subpartitionIndex.
-
Method Details
-
getCheckpointedSubpartitionInfo
Gets the checkpointed subpartition info with the given subpartitionIndex. -
finishReadRecoveredState
- Throws:
IOException
-
requestBufferBuilderBlocking
BufferBuilder requestBufferBuilderBlocking() throws IOException, RuntimeException, InterruptedException -
addRecovered
- Throws:
IOException
-