Class ExecutionPlanMeasurement.ChannelNode

java.lang.Object
org.apache.wayang.core.profiling.ExecutionPlanMeasurement.ChannelNode
Enclosing class:
ExecutionPlanMeasurement

public static class ExecutionPlanMeasurement.ChannelNode extends Object
Encapsulates a Channel of the ExecutionPlan.
  • Constructor Details

    • ChannelNode

      public ChannelNode(int id, String type, String dataQuantaType)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDataQuantaType

      public String getDataQuantaType()
    • setDataQuantaType

      public void setDataQuantaType(String dataQuantaType)
    • getId

      public int getId()
    • setId

      public void setId(int id)