public class BlockingBackChannel extends Object
构造器和说明 |
---|
BlockingBackChannel(SerializedUpdateBuffer buffer) |
限定符和类型 | 方法和说明 |
---|---|
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–2020 The Apache Software Foundation. All rights reserved.