public final class ExecutionGate extends Object
InputGate or OutputGate within an ExecutionGraph,
Nephele's internal scheduling representation for jobs.
This class is thread-safe.
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
getChannelType() |
ExecutionEdge |
getEdge(int index) |
GateID |
getGateID() |
int |
getNumberOfEdges() |
ExecutionVertex |
getVertex() |
boolean |
isInputGate() |
public GateID getGateID()
public ExecutionVertex getVertex()
public boolean isInputGate()
public int getNumberOfEdges()
public ExecutionEdge getEdge(int index)
public ChannelType getChannelType()
Copyright © 2014 The Apache Software Foundation. All rights reserved.