public interface CheckpointedResultPartition
| Modifier and Type | Method and Description |
|---|---|
void |
addRecovered(int subpartitionIndex,
BufferConsumer bufferConsumer) |
void |
finishReadRecoveredState(boolean notifyAndBlockOnCompletion) |
ResultSubpartitionInfo |
getCheckpointedSubpartitionInfo(int subpartitionIndex)
Gets the checkpointed subpartition info with the given subpartitionIndex.
|
BufferBuilder |
requestBufferBuilderBlocking() |
ResultSubpartitionInfo getCheckpointedSubpartitionInfo(int subpartitionIndex)
void finishReadRecoveredState(boolean notifyAndBlockOnCompletion)
throws IOException
IOExceptionBufferBuilder requestBufferBuilderBlocking() throws IOException, RuntimeException, InterruptedException
void addRecovered(int subpartitionIndex,
BufferConsumer bufferConsumer)
throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.