Package org.onosproject.store.group.impl
Class DistributedGroupStore.GroupStoreIdMapKey
- java.lang.Object
-
- org.onosproject.store.group.impl.DistributedGroupStore.GroupStoreMapKey
-
- org.onosproject.store.group.impl.DistributedGroupStore.GroupStoreIdMapKey
-
- Enclosing class:
- DistributedGroupStore
protected static class DistributedGroupStore.GroupStoreIdMapKey extends DistributedGroupStore.GroupStoreMapKey
-
-
Constructor Summary
Constructors Constructor Description GroupStoreIdMapKey(org.onosproject.net.DeviceId deviceId, org.onosproject.core.GroupId groupId)
-
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
-
-