bamboo.dht
Class Dht.PutRespMsg

java.lang.Object
  extended by ostore.network.NetworkMessage
      extended by bamboo.dht.Dht.PutRespMsg
All Implemented Interfaces:
Cloneable, ostore.util.QuickSerializable, QueueElementIF
Enclosing class:
Dht

public static class Dht.PutRespMsg
extends ostore.network.NetworkMessage


Field Summary
 int result
           
 long seq
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms
 
Constructor Summary
Dht.PutRespMsg(ostore.util.InputBuffer buffer)
           
Dht.PutRespMsg(ostore.util.NodeId dest, long s, int r)
           
 
Method Summary
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class ostore.network.NetworkMessage
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

seq

public long seq

result

public int result
Constructor Detail

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
Method Detail

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