|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.dht.fssim.Algorithm
bamboo.dht.fssim.RandomAlgorithm
public class RandomAlgorithm
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class bamboo.dht.fssim.Algorithm |
|---|
Algorithm.PutInfo, Algorithm.PutResultCb |
| Field Summary | |
|---|---|
protected Random |
rand
|
| Fields inherited from class bamboo.dht.fssim.Algorithm |
|---|
client_count, instance, pending_puts, period, sim, stop_time, storage_by_client, total_puts |
| Constructor Summary | |
|---|---|
RandomAlgorithm(long p,
long t,
long seed)
|
|
| Method Summary | |
|---|---|
void |
process_pending_puts(LinkedList puts)
|
| Methods inherited from class bamboo.dht.fssim.Algorithm |
|---|
accept_put, all_puts_expired, enqueue_put, print_usage, remove_put, simulation_finished |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Random rand
| Constructor Detail |
|---|
public RandomAlgorithm(long p,
long t,
long seed)
| Method Detail |
|---|
public void process_pending_puts(LinkedList puts)
process_pending_puts in class Algorithm
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||