public class ExecutionEdge extends Object
| Constructor and Description |
|---|
ExecutionEdge(IntermediateResultPartition source,
ExecutionVertex target,
int inputNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
assignNewChannelIDs() |
ChannelID |
getInputChannelId() |
int |
getInputNum() |
ChannelID |
getOutputChannelId() |
IntermediateResultPartition |
getSource() |
ExecutionVertex |
getTarget() |
public ExecutionEdge(IntermediateResultPartition source, ExecutionVertex target, int inputNum)
public IntermediateResultPartition getSource()
public ExecutionVertex getTarget()
public int getInputNum()
public ChannelID getInputChannelId()
public ChannelID getOutputChannelId()
public void assignNewChannelIDs()
Copyright © 2015 The Apache Software Foundation. All rights reserved.