public class SequentialChannelStateReaderImpl extends Object implements SequentialChannelStateReader
SequentialChannelStateReader implementation.NO_OP| Constructor and Description |
|---|
SequentialChannelStateReaderImpl(TaskStateSnapshot taskStateSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
readInputData(InputGate[] inputGates) |
void |
readOutputData(ResultPartitionWriter[] writers,
boolean notifyAndBlockOnCompletion) |
public SequentialChannelStateReaderImpl(TaskStateSnapshot taskStateSnapshot)
public void readInputData(InputGate[] inputGates) throws IOException, InterruptedException
readInputData in interface SequentialChannelStateReaderIOExceptionInterruptedExceptionpublic void readOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion) throws IOException, InterruptedException
readOutputData in interface SequentialChannelStateReaderIOExceptionInterruptedExceptionpublic void close()
throws Exception
close in interface AutoCloseableclose in interface SequentialChannelStateReaderExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.