| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.channels | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
InputChannel.getChannelType() |
ChannelType |
Channel.getChannelType() |
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Channel(int index,
ChannelID id,
ChannelID connectedId,
ChannelType type)
Auxiliary constructor for channels
|
InputChannel(InputGate<T> inputGate,
int channelIndex,
ChannelID channelID,
ChannelID connectedChannelID,
ChannelType type)
Constructs an input channel with a given input gate associated.
|
OutputChannel(OutputGate outputGate,
int index,
ChannelID id,
ChannelID connectedId,
ChannelType type)
Creates a new output channel object.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
Gate.getChannelType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gate.setChannelType(ChannelType channelType) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.