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