Package org.onosproject.routing
Class NextHopGroupKey
- java.lang.Object
-
- org.onosproject.routing.NextHopGroupKey
-
public class NextHopGroupKey extends Object
Identifier for a next hop group.
-
-
Constructor Summary
Constructors Constructor Description NextHopGroupKey(IpAddress address)Creates a new next hop group key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAddressaddress()Returns the next hop's IP address.booleanequals(Object o)inthashCode()StringtoString()
-