| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
static ResultPartitionDeploymentDescriptor |
ResultPartitionDeploymentDescriptor.from(IntermediateResultPartition partition) |
static PartialInputChannelDeploymentDescriptor |
PartialInputChannelDeploymentDescriptor.fromEdge(IntermediateResultPartition partition,
Execution producer)
Creates a partial input channel for the given partition and producing task.
|
| Modifier and Type | Method and Description |
|---|---|
IntermediateResultPartition[] |
IntermediateResult.getPartitions() |
IntermediateResultPartition |
ExecutionEdge.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Map<IntermediateResultPartitionID,IntermediateResultPartition> |
ExecutionVertex.getProducedPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntermediateResult.setPartition(int partitionNumber,
IntermediateResultPartition partition) |
| Constructor and Description |
|---|
ExecutionEdge(IntermediateResultPartition source,
ExecutionVertex target,
int inputNum) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.