| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
InputChannelDeploymentDescriptor |
PartialInputChannelDeploymentDescriptor.createInputChannelDeploymentDescriptor(Execution consumerExecution)
Creates a channel deployment descriptor by completing the partition location.
|
static InputChannelDeploymentDescriptor[] |
InputChannelDeploymentDescriptor.fromEdges(ExecutionEdge[] edges,
SimpleSlot consumerSlot)
Creates an input channel deployment descriptor for each partition.
|
InputChannelDeploymentDescriptor[] |
InputGateDeploymentDescriptor.getInputChannelDeploymentDescriptors() |
| Constructor and Description |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
int consumedSubpartitionIndex,
InputChannelDeploymentDescriptor[] inputChannels) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputGate.updateInputChannel(InputChannelDeploymentDescriptor icdd) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.