Class OfdpaGroupHandlerUtility.GroupChainElem

  • Enclosing class:
    OfdpaGroupHandlerUtility

    public static class OfdpaGroupHandlerUtility.GroupChainElem
    extends java.lang.Object
    Represents a group element that is part of a chain of groups. Stores enough information to create a Group Description to add the group to the switch by requesting the Group Service. Objects instantiating this class are meant to be temporary and live as long as it is needed to wait for referenced groups in the group chain to be created.
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupChainElem​(org.onosproject.net.group.GroupDescription groupDescription, int waitOnGroups, boolean addBucketToGroup, org.onosproject.net.DeviceId deviceId)  
    • Constructor Detail

      • GroupChainElem

        public GroupChainElem​(org.onosproject.net.group.GroupDescription groupDescription,
                              int waitOnGroups,
                              boolean addBucketToGroup,
                              org.onosproject.net.DeviceId deviceId)
    • Method Detail

      • groupDescription

        public org.onosproject.net.group.GroupDescription groupDescription()
      • addBucketToGroup

        public boolean addBucketToGroup()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object