bamboo.dht.fssim
Class ContinuousAlgorithm.Params

java.lang.Object
  extended by bamboo.dht.fssim.ContinuousAlgorithm.Params
Enclosing class:
ContinuousAlgorithm

public static class ContinuousAlgorithm.Params
extends Object


Field Summary
protected  long DISK_SIZE
           
protected  long LOSE_IT_PAD
           
protected  long MAX_PUT
           
protected  long MAX_QUEUE
           
protected  int MAX_SIZE
           
protected  long MAX_TTL
           
protected  long RATE
           
 
Constructor Summary
ContinuousAlgorithm.Params()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TTL

protected long MAX_TTL

MAX_SIZE

protected int MAX_SIZE

MAX_PUT

protected long MAX_PUT

MAX_QUEUE

protected long MAX_QUEUE

LOSE_IT_PAD

protected long LOSE_IT_PAD

RATE

protected long RATE

DISK_SIZE

protected long DISK_SIZE
Constructor Detail

ContinuousAlgorithm.Params

public ContinuousAlgorithm.Params()