|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectRC.RCStats
RC.RCStats_Pe
public final class RC.RCStats_Pe
Handle storing and computing computational statistics based on doing Pe computations.
Field Summary |
---|
Fields inherited from class RC.RCStats |
---|
entriesToMB, NOT_COMPUTED_dbl, NOT_COMPUTED_int |
Constructor Summary | |
---|---|
RC.RCStats_Pe()
Create an RCStats object without doing any computations yet. |
|
RC.RCStats_Pe(int numNodes,
double numCacheEntries,
double expectedNumberOfRCCalls)
Warning: If you don't know the value of one of the parameters, you must pass in NOT_COMPUTED_int or NOT_COMPUTED_dbl, otherwise the classes will not work. |
Method Summary |
---|
Methods inherited from class RC.RCStats |
---|
calculateStats, expectedNumberOfRCCalls, numCacheEntries, numCacheEntriesMB, numInternalNodes, numLeafNodes, numNodes, numNodesCached, numNodesNotCached, reset |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RC.RCStats_Pe()
public RC.RCStats_Pe(int numNodes, double numCacheEntries, double expectedNumberOfRCCalls)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |