public class BlockingBackChannel extends Object
Constructor and Description |
---|
BlockingBackChannel(SerializedUpdateBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.core.memory.DataInputView |
getReadEndAfterSuperstepEnded()
Called by iteration head after it has sent all input for the current superstep through the data channel
(blocks iteration head).
|
org.apache.flink.core.memory.DataOutputView |
getWriteEnd()
Called by iteration tail to save the output of the current superstep.
|
void |
notifyOfEndOfSuperstep()
Called by iteration tail to signal that all input of a superstep has been processed
(unblocks iteration head).
|
public BlockingBackChannel(SerializedUpdateBuffer buffer)
public org.apache.flink.core.memory.DataInputView getReadEndAfterSuperstepEnded()
public org.apache.flink.core.memory.DataOutputView getWriteEnd()
public void notifyOfEndOfSuperstep()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.