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.ObjectA directed link between anExecutionPlanMeasurement.OperatorNodeand 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 intgetDestination()intgetSource()voidsetDestination(int destination)voidsetSource(int source)
-