bamboo.dht.fssim
Class FixedSubmitRateClient

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

public class FixedSubmitRateClient
extends RandomUtil


Constructor Summary
FixedSubmitRateClient(int client, long period, int size, int ttl_sec, long start, long stop_time, long seed)
           
 
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
 

Constructor Detail

FixedSubmitRateClient

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