Class OfdpaGroupHandlerUtility.GroupChainElem

  • Enclosing class:
    OfdpaGroupHandlerUtility

    public static class OfdpaGroupHandlerUtility.GroupChainElem
    extends 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 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()