@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
IOException
InterruptedException
void readOutputData(ResultPartitionWriter[] writers, boolean notifyAndBlockOnCompletion) throws IOException, InterruptedException
IOException
InterruptedException
void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.