|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.glacier.v2.GlacierStatistics
DESCRIBE THE CLASS
Field Summary | |
int |
activeFetches
DESCRIBE THE FIELD |
long |
bucketConsumed
DESCRIBE THE FIELD |
long |
bucketMax
DESCRIBE THE FIELD |
long |
bucketMaxBurstSize
DESCRIBE THE FIELD |
long |
bucketMin
DESCRIBE THE FIELD |
long |
bucketTokensPerSecond
DESCRIBE THE FIELD |
Environment |
environment
DESCRIBE THE FIELD |
long |
fragmentStorageSize
DESCRIBE THE FIELD |
int[] |
messagesSentByTag
DESCRIBE THE FIELD |
int |
numContinuations
DESCRIBE THE FIELD |
int |
numFragments
DESCRIBE THE FIELD |
int |
numNeighbors
DESCRIBE THE FIELD |
int |
numObjectsInTrash
DESCRIBE THE FIELD |
int |
pendingRequests
DESCRIBE THE FIELD |
IdRange |
responsibleRange
DESCRIBE THE FIELD |
long |
tbegin
DESCRIBE THE FIELD |
long |
trashStorageSize
DESCRIBE THE FIELD |
Constructor Summary | |
GlacierStatistics(int numTags,
Environment env)
Constructor for GlacierStatistics. |
Method Summary | |
void |
dump(Logger logger)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int[] messagesSentByTag
public int pendingRequests
public int numNeighbors
public int numFragments
public int numContinuations
public int numObjectsInTrash
public int activeFetches
public IdRange responsibleRange
public long fragmentStorageSize
public long trashStorageSize
public long tbegin
public long bucketMin
public long bucketMax
public long bucketConsumed
public long bucketTokensPerSecond
public long bucketMaxBurstSize
public Environment environment
Constructor Detail |
public GlacierStatistics(int numTags, Environment env)
numTags
- DESCRIBE THE PARAMETERenv
- DESCRIBE THE PARAMETERMethod Detail |
public void dump(Logger logger)
logger
- DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |