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 IpAddress
address()
Returns the next hop's IP address.boolean
equals(Object o)
int
hashCode()
String
toString()
-