edu.harvard.syrah.pyxida.nc
Class GossipResponseMsg
java.lang.Object
ObjMessage
edu.harvard.syrah.pyxida.nc.GossipResponseMsg
public class GossipResponseMsg
- extends ObjMessage
Response to GossipRequestMsg.
Responds with the receiving node's current coordinate, confidence
and last update time.
Constructor Summary |
GossipResponseMsg(Coordinate _remotePrimaryCoord,
double _remotePrimaryError,
long _remotePrimaryAge,
Coordinate _remoteSecondaryCoord,
double _remoteSecondaryError,
long _remoteSecondaryAge,
java.util.Set<AddressIF> _nodes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GossipResponseMsg
public GossipResponseMsg(Coordinate _remotePrimaryCoord,
double _remotePrimaryError,
long _remotePrimaryAge,
Coordinate _remoteSecondaryCoord,
double _remoteSecondaryError,
long _remoteSecondaryAge,
java.util.Set<AddressIF> _nodes)