rice.rm
Class RMImpl.KEPenEntry
java.lang.Object
rice.rm.RMImpl.KEPenEntry
- Enclosing class:
- RMImpl
- public static class RMImpl.KEPenEntry
- extends java.lang.Object
This is the per entry state corresponding to the m_pendingRanges
hashtable that we maintain in the Keys Exchange Protocol.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RMImpl.KEPenEntry
public RMImpl.KEPenEntry(IdRange _reqRange)
RMImpl.KEPenEntry
public RMImpl.KEPenEntry(IdRange _reqRange,
int _numKeys)
getReqRange
public IdRange getReqRange()
getNumKeys
public int getNumKeys()
updateNumKeys
public void updateNumKeys(int val)
equals
public boolean equals(java.lang.Object obj)
- Equality is based only on the reqRange part, does not care
about the numKeys argument.
toString
public java.lang.String toString()