| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
GateID |
GateDeploymentDescriptor.getGateID()
Returns the ID of the gate.
|
| Constructor and Description |
|---|
GateDeploymentDescriptor(GateID gateID,
ChannelType channelType,
List<ChannelDeploymentDescriptor> channels)
Constructs a new gate deployment descriptor
|
| Modifier and Type | Method and Description |
|---|---|
GateID |
RuntimeEnvironment.getNextUnboundInputGateID() |
GateID |
Environment.getNextUnboundInputGateID()
Returns the next unbound input gate ID or
null if no such ID exists |
| Modifier and Type | Method and Description |
|---|---|
Set<GateID> |
RuntimeEnvironment.getInputGateIDs() |
Set<GateID> |
Environment.getInputGateIDs()
Returns the IDs of all input gates connected to this environment.
|
Set<GateID> |
RuntimeEnvironment.getOutputGateIDs() |
Set<GateID> |
Environment.getOutputGateIDs()
Returns the IDs of all output gates connected to this environment.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChannelID> |
RuntimeEnvironment.getInputChannelIDsOfGate(GateID gateID) |
Set<ChannelID> |
Environment.getInputChannelIDsOfGate(GateID gateID)
Returns the IDs of all the input channels connected to the gate with the given ID.
|
Set<ChannelID> |
RuntimeEnvironment.getOutputChannelIDsOfGate(GateID gateID) |
Set<ChannelID> |
Environment.getOutputChannelIDsOfGate(GateID gateID)
Returns the IDs of all the output channels connected to the gate with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
GateID |
ExecutionGate.getGateID() |
| Modifier and Type | Method and Description |
|---|---|
GateID |
Gate.getGateID() |
| Constructor and Description |
|---|
Gate(JobID jobID,
GateID gateID,
int index)
Constructs a new abstract gate
|
InputGate(JobID jobID,
GateID gateID,
int index)
Constructs a new runtime input gate.
|
OutputGate(JobID jobId,
GateID gateId,
int index)
Constructs a new output gate.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.