Package org.apache.wayang.core.profiling
Class ExecutionPlanMeasurement.Link
- java.lang.Object
-
- org.apache.wayang.core.profiling.ExecutionPlanMeasurement.Link
-
- Enclosing class:
- ExecutionPlanMeasurement
public static class ExecutionPlanMeasurement.Link extends java.lang.Object
A directed link between anExecutionPlanMeasurement.OperatorNode
and aExecutionPlanMeasurement.ChannelNode
(in any order).
-
-
Constructor Summary
Constructors Constructor Description Link(int source, int destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDestination()
int
getSource()
void
setDestination(int destination)
void
setSource(int source)
-