| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalInputChannel
An input channel, which requests a local subpartition.
|
class |
RemoteInputChannel
An input channel, which requests a remote partition queue.
|
class |
UnknownInputChannel
An input channel place holder to be replaced by either a
RemoteInputChannel
or LocalInputChannel at runtime. |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.onAvailableBuffer(InputChannel channel) |
void |
SingleInputGate.setInputChannel(IntermediateResultPartitionID partitionId,
InputChannel inputChannel) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.