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
IOException
BufferBuilder requestBufferBuilderBlocking() throws IOException, RuntimeException, InterruptedException
void addRecovered(int subpartitionIndex, BufferConsumer bufferConsumer) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.