bamboo.dht
Class Dht.GetReqState

java.lang.Object
  extended by bamboo.dht.Dht.GetReqState
Enclosing class:
Dht

protected static class Dht.GetReqState
extends Object


Field Summary
 BigInteger key
           
 StorageManager.Key largest_key
           
 Dht.GetReqPayload payload
           
 Object req
           
 int size
           
 LinkedList values
           
 
Constructor Summary
Dht.GetReqState(BambooRouteDeliver m)
           
Dht.GetReqState(Dht.ForwardedGetReqMsg m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

req

public Object req

key

public BigInteger key

payload

public Dht.GetReqPayload payload

values

public LinkedList values

size

public int size

largest_key

public StorageManager.Key largest_key
Constructor Detail

Dht.GetReqState

public Dht.GetReqState(BambooRouteDeliver m)

Dht.GetReqState

public Dht.GetReqState(Dht.ForwardedGetReqMsg m)