org.sdnplatform.sync.internal
Class StoreRegistry.HintKey
java.lang.Object
org.sdnplatform.sync.internal.StoreRegistry.HintKey
- Enclosing class:
- StoreRegistry
public static class StoreRegistry.HintKey
- extends java.lang.Object
A key in the hint store
- Author:
- readams
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
StoreRegistry.HintKey
public StoreRegistry.HintKey(java.lang.String storeName,
ByteArray key,
short nodeId)
StoreRegistry.HintKey
public StoreRegistry.HintKey(java.lang.String storeName,
ByteArray key)
getStoreName
public java.lang.String getStoreName()
getKey
public ByteArray getKey()
getNodeId
public short getNodeId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object