@Internal public interface SequentialChannelStateReader extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static SequentialChannelStateReader |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
readInputData(InputGate[] inputGates) |
void |
readOutputData(ResultPartitionWriter[] writers,
boolean notifyAndBlockOnCompletion) |
static final SequentialChannelStateReader NO_OP
void readInputData(InputGate[] inputGates) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid readOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.