bamboo.dht
Class Dht.PutRespMsg
java.lang.Object
ostore.network.NetworkMessage
bamboo.dht.Dht.PutRespMsg
- All Implemented Interfaces:
- Cloneable, ostore.util.QuickSerializable, QueueElementIF
- Enclosing class:
- Dht
public static class Dht.PutRespMsg
- extends ostore.network.NetworkMessage
| 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 |
clone |
seq
public long seq
result
public int result
Dht.PutRespMsg
public Dht.PutRespMsg(ostore.util.NodeId dest,
long s,
int r)
Dht.PutRespMsg
public Dht.PutRespMsg(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
toString
public String toString()
- Overrides:
toString in class ostore.network.NetworkMessage