Package org.apache.flink.runtime.checkpoint.channel
-
Interface Summary Interface Description ChannelStateWriter Writes channel state during checkpoint/savepoint.SequentialChannelStateReader Reads channel state saved during checkpoint/savepoint. -
Class Summary Class Description ChannelStatePendingResult The pending result of channel state for a specific checkpoint-subtask.ChannelStateWriter.ChannelStateWriteResult Channel state write result.ChannelStateWriter.NoOpChannelStateWriter No-op implementation ofChannelStateWriter.ChannelStateWriteRequestExecutorFactory The factory ofChannelStateWriteRequestExecutor.ChannelStateWriterImpl ChannelStateWriterimplemented usingCheckpointStateOutputStreams.InputChannelInfo IdentifiesInputChannelin a given subtask.ResultSubpartitionInfo IdentifiesResultSubpartitionin a given subtask.SequentialChannelStateReaderImpl SequentialChannelStateReaderimplementation.