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 ChannelStateWriter
implemented usingCheckpointStateOutputStreams
.InputChannelInfo IdentifiesInputChannel
in a given subtask.ResultSubpartitionInfo IdentifiesResultSubpartition
in a given subtask.SequentialChannelStateReaderImpl SequentialChannelStateReader
implementation.