Class SequentialChannelStateReaderImpl
java.lang.Object
org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
- All Implemented Interfaces:
AutoCloseable,SequentialChannelStateReader
public class SequentialChannelStateReaderImpl
extends Object
implements SequentialChannelStateReader
SequentialChannelStateReader implementation.-
Field Summary
Fields inherited from interface org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
NO_OP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidreadInputData(InputGate[] inputGates) voidreadOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion)
-
Constructor Details
-
SequentialChannelStateReaderImpl
-
-
Method Details
-
readInputData
- Specified by:
readInputDatain interfaceSequentialChannelStateReader- Throws:
IOExceptionInterruptedException
-
readOutputData
public void readOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion) throws IOException, InterruptedException - Specified by:
readOutputDatain interfaceSequentialChannelStateReader- Throws:
IOExceptionInterruptedException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSequentialChannelStateReader- Throws:
Exception
-