protected class Ofdpa2GroupHandler.OfdpaNextGroup extends Object implements org.onosproject.net.behaviour.NextGroup
For example, an ECMP group with 3 buckets, where each bucket points to a group chain of L3 Unicast and L2 interface groups will look like this:
Also includes information about the next objective that resulted in these group-chains.
| Constructor and Description |
|---|
OfdpaNextGroup(List<Deque<org.onosproject.net.group.GroupKey>> gkeys,
org.onosproject.net.flowobjective.NextObjective nextObj) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
data() |
List<Deque<org.onosproject.net.group.GroupKey>> |
groupKeys() |
org.onosproject.net.flowobjective.NextObjective |
nextObjective() |