Package org.onosproject.store.group.impl
Class DistributedGroupStore.GroupStoreKeyMapKey
- java.lang.Object
-
- org.onosproject.store.group.impl.DistributedGroupStore.GroupStoreMapKey
-
- org.onosproject.store.group.impl.DistributedGroupStore.GroupStoreKeyMapKey
-
- Enclosing class:
- DistributedGroupStore
protected static class DistributedGroupStore.GroupStoreKeyMapKey extends DistributedGroupStore.GroupStoreMapKey
-
-
Constructor Summary
Constructors Constructor Description GroupStoreKeyMapKey(org.onosproject.net.DeviceId deviceId, org.onosproject.net.group.GroupKey appCookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class org.onosproject.store.group.impl.DistributedGroupStore.GroupStoreMapKey
deviceId
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classDistributedGroupStore.GroupStoreMapKey
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDistributedGroupStore.GroupStoreMapKey
-
-