Rice Pastry API

org.mpisws.p2p.transport.peerreview.commitment
Class ReceiveInfo<Identifier>

java.lang.Object
  extended by org.mpisws.p2p.transport.peerreview.commitment.ReceiveInfo<Identifier>

public class ReceiveInfo<Identifier>
extends java.lang.Object

We cache a few recently received messages, so we can recognize duplicates. We also remember the location of the corresponding RECV entry in the log, so we can reproduce the matching acknowledgment


Constructor Summary
ReceiveInfo(Identifier sender, long senderSeq, long indexInLocalHistory)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiveInfo

public ReceiveInfo(Identifier sender,
                   long senderSeq,
                   long indexInLocalHistory)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection