bamboo.dht
Class Dht.ForwardedGetState

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

public static class Dht.ForwardedGetState
extends Object


Field Summary
 BigInteger key
           
 long last_req_ms
           
 LinkedList ll
           
 HashSet nodes_to_try
           
 StorageManager.Key placemark
           
 Dht.GetRespMsg resp
           
 
Constructor Summary
Dht.ForwardedGetState(BigInteger k, StorageManager.Key p)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodes_to_try

public HashSet nodes_to_try

key

public BigInteger key

placemark

public StorageManager.Key placemark

ll

public LinkedList ll

resp

public Dht.GetRespMsg resp

last_req_ms

public long last_req_ms
Constructor Detail

Dht.ForwardedGetState

public Dht.ForwardedGetState(BigInteger k,
                             StorageManager.Key p)