bamboo.openhash.multicast
Class ReceivedResp
java.lang.Object
ostore.network.NetworkMessage
bamboo.openhash.multicast.ReceivedResp
- All Implemented Interfaces:
- Cloneable, ostore.util.QuickSerializable, QueueElementIF
public class ReceivedResp
- extends ostore.network.NetworkMessage
- implements ostore.util.QuickSerializable
| Fields inherited from class ostore.network.NetworkMessage |
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms |
| Methods inherited from class ostore.network.NetworkMessage |
toString |
msg_num
public int msg_num
ReceivedResp
public ReceivedResp(ostore.util.NodeId peer,
int msg_num)
ReceivedResp
public ReceivedResp(ostore.util.InputBuffer buffer)
throws ostore.util.QSException
- Throws:
ostore.util.QSException
serialize
public void serialize(ostore.util.OutputBuffer buffer)
- Specified by:
serialize in interface ostore.util.QuickSerializable- Overrides:
serialize in class ostore.network.NetworkMessage
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class ostore.network.NetworkMessage
- Throws:
CloneNotSupportedException