@Internal public interface SequentialChannelStateReader extends AutoCloseable
| 限定符和类型 | 字段和说明 |
|---|---|
static SequentialChannelStateReader |
NO_OP |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
readInputData(InputGate[] inputGates) |
void |
readOutputData(ResultPartitionWriter[] writers,
boolean notifyAndBlockOnCompletion) |
static final SequentialChannelStateReader NO_OP
void readInputData(InputGate[] inputGates) throws IOException, InterruptedException
void readOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion) throws IOException, InterruptedException
void close()
throws Exception
close 在接口中 AutoCloseableExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.