bamboo.dht
Class Dht.ForwardThroughLeafSetReq

java.lang.Object
  extended by bamboo.dht.Dht.ForwardThroughLeafSetReq
All Implemented Interfaces:
ostore.util.QuickSerializable
Enclosing class:
Dht

public static class Dht.ForwardThroughLeafSetReq
extends Object
implements ostore.util.QuickSerializable


Field Summary
 ostore.network.NetworkMessage payload
           
 
Constructor Summary
Dht.ForwardThroughLeafSetReq(ostore.util.InputBuffer buffer)
           
Dht.ForwardThroughLeafSetReq(ostore.network.NetworkMessage p)
           
 
Method Summary
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

payload

public ostore.network.NetworkMessage payload
Constructor Detail

Dht.ForwardThroughLeafSetReq

public Dht.ForwardThroughLeafSetReq(ostore.network.NetworkMessage p)

Dht.ForwardThroughLeafSetReq

public Dht.ForwardThroughLeafSetReq(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

toString

public String toString()
Overrides:
toString in class Object