Package org.apache.wayang.core.profiling
Class ExecutionPlanMeasurement.ChannelNode
- java.lang.Object
-
- org.apache.wayang.core.profiling.ExecutionPlanMeasurement.ChannelNode
-
- Enclosing class:
- ExecutionPlanMeasurement
public static class ExecutionPlanMeasurement.ChannelNode extends java.lang.ObjectEncapsulates aChannelof theExecutionPlan.
-
-
Constructor Summary
Constructors Constructor Description ChannelNode(int id, java.lang.String type, java.lang.String dataQuantaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataQuantaType()intgetId()java.lang.StringgetType()voidsetDataQuantaType(java.lang.String dataQuantaType)voidsetId(int id)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getDataQuantaType
public java.lang.String getDataQuantaType()
-
setDataQuantaType
public void setDataQuantaType(java.lang.String dataQuantaType)
-
getId
public int getId()
-
setId
public void setId(int id)
-
-