Class OfdpaGroupHandlerUtility.GroupChainElem
- java.lang.Object
-
- org.onosproject.driver.pipeline.ofdpa.OfdpaGroupHandlerUtility.GroupChainElem
-
- Enclosing class:
- OfdpaGroupHandlerUtility
public static class OfdpaGroupHandlerUtility.GroupChainElem extends java.lang.ObjectRepresents 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddBucketToGroup()org.onosproject.net.group.GroupDescriptiongroupDescription()java.lang.StringtoString()
-