public abstract class InputChannel extends Object
ResultSubpartitionView.
For each channel, the consumption life cycle is as follows:
| Modifier and Type | Field and Description |
|---|---|
protected int |
channelIndex |
protected SingleInputGate |
inputGate |
protected ResultPartitionID |
partitionId |
| Modifier | Constructor and Description |
|---|---|
protected |
InputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyAvailableBuffer()
Notifies the owning
SingleInputGate about an available Buffer instance. |
protected final int channelIndex
protected final ResultPartitionID partitionId
protected final SingleInputGate inputGate
protected InputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId)
protected void notifyAvailableBuffer()
SingleInputGate about an available Buffer instance.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.