bamboo.dht
Class Dht.GetReq

java.lang.Object
  extended by bamboo.dht.Dht.GetReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
Dht

public static class Dht.GetReq
extends Object
implements QueueElementIF


Field Summary
 boolean all
           
 SinkIF completion_queue
           
 BigInteger key
           
 int maxvals
           
 StorageManager.Key placemark
           
 Object user_data
           
 
Constructor Summary
Dht.GetReq(BigInteger k, int m, boolean a, StorageManager.Key p, SinkIF q, Object ud)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public BigInteger key

maxvals

public int maxvals

all

public boolean all

placemark

public StorageManager.Key placemark

completion_queue

public SinkIF completion_queue

user_data

public Object user_data
Constructor Detail

Dht.GetReq

public Dht.GetReq(BigInteger k,
                  int m,
                  boolean a,
                  StorageManager.Key p,
                  SinkIF q,
                  Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object