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.Object
Encapsulates aChannel
of 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.String
getDataQuantaType()
int
getId()
java.lang.String
getType()
void
setDataQuantaType(java.lang.String dataQuantaType)
void
setId(int id)
void
setType(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)
-
-