bamboo.dht.fssim
Class BurstyClient
java.lang.Object
bamboo.util.RandomUtil
bamboo.dht.fssim.BurstyClient
public class BurstyClient
- extends RandomUtil
|
Constructor Summary |
BurstyClient(int client,
long period,
int size,
int ttl_sec,
long on_time,
long off_time,
long start,
long stop_time,
long seed)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
public int client
next_mode_switch
public long next_mode_switch
on
public boolean on
rand
public Random rand
sim
public Simulator sim
alg
public Algorithm alg
period
public long period
size
public int size
ttl_sec
public int ttl_sec
on_time
public long on_time
off_time
public long off_time
stop_time
public long stop_time
on_cb
public Simulator.EventCb on_cb
BurstyClient
public BurstyClient(int client,
long period,
int size,
int ttl_sec,
long on_time,
long off_time,
long start,
long stop_time,
long seed)