bamboo.dht
Class PutGetTest.GetInfo

java.lang.Object
  extended by bamboo.dht.PutGetTest.GetInfo
Enclosing class:
PutGetTest

public static class PutGetTest.GetInfo
extends Object


Field Summary
 int attempt
           
 bamboo_get_args get_args
           
 PutGetTest.PutInfo pi
           
 Long seq
           
 long start_time_ms
           
 
Constructor Summary
PutGetTest.GetInfo(bamboo_get_args g, PutGetTest.PutInfo p, long s, Long q)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

get_args

public bamboo_get_args get_args

pi

public PutGetTest.PutInfo pi

start_time_ms

public long start_time_ms

attempt

public int attempt

seq

public Long seq
Constructor Detail

PutGetTest.GetInfo

public PutGetTest.GetInfo(bamboo_get_args g,
                          PutGetTest.PutInfo p,
                          long s,
                          Long q)