Class NextObjQueueKey
- java.lang.Object
-
- org.onosproject.net.flowobjective.NextObjQueueKey
-
- All Implemented Interfaces:
ObjectiveQueueKey
public class NextObjQueueKey extends java.lang.Object implements ObjectiveQueueKey
Next objective queue key.
-
-
Constructor Summary
Constructors Constructor Description NextObjQueueKey(DeviceId deviceId, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Constructor Detail
-
NextObjQueueKey
public NextObjQueueKey(DeviceId deviceId, int id)
-
-