Interface CordMcastStatisticsService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setInnerVlanValue​(org.onlab.packet.VlanId innerVlanValue)
      To set current innerVlanValue in Statistics Service.
      void setVlanValue​(org.onlab.packet.VlanId vlanValue)
      To set current vlanValue in Statistics Service.
      • Methods inherited from interface org.onosproject.event.ListenerService

        addListener, removeListener
    • Method Detail

      • setVlanValue

        void setVlanValue​(org.onlab.packet.VlanId vlanValue)
        To set current vlanValue in Statistics Service.
        Parameters:
        vlanValue - current vlan value.
      • setInnerVlanValue

        void setInnerVlanValue​(org.onlab.packet.VlanId innerVlanValue)
        To set current innerVlanValue in Statistics Service.
        Parameters:
        innerVlanValue - current inner vlan value.