public final class ExecutionEdge extends Object
InputChannel and
OutputChannel objects
within an ExecutionGraph, Nephele's internal scheduling representation for jobs.| Modifier and Type | Method and Description |
|---|---|
ChannelType |
getChannelType() |
int |
getConnectionID() |
ChannelID |
getInputChannelID() |
ExecutionGate |
getInputGate() |
int |
getInputGateIndex() |
ChannelID |
getOutputChannelID() |
ExecutionGate |
getOutputGate() |
int |
getOutputGateIndex() |
public ExecutionGate getInputGate()
public ExecutionGate getOutputGate()
public ChannelID getOutputChannelID()
public ChannelID getInputChannelID()
public int getOutputGateIndex()
public int getInputGateIndex()
public ChannelType getChannelType()
public int getConnectionID()
Copyright © 2014 The Apache Software Foundation. All rights reserved.