bamboo.dht.fssim
Class FixedAcceptRateClient

java.lang.Object
  extended by bamboo.util.RandomUtil
      extended by bamboo.dht.fssim.FixedAcceptRateClient

public class FixedAcceptRateClient
extends RandomUtil


Field Summary
protected  long next_new_put
           
 
Constructor Summary
FixedAcceptRateClient(int client, long period, int size, int ttl_sec, long start, long stop_time, long seed, long retry_period)
           
 
Method Summary
 
Methods inherited from class bamboo.util.RandomUtil
random_exponential, random_gaussian
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next_new_put

protected long next_new_put
Constructor Detail

FixedAcceptRateClient

public FixedAcceptRateClient(int client,
                             long period,
                             int size,
                             int ttl_sec,
                             long start,
                             long stop_time,
                             long seed,
                             long retry_period)