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