|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.GraphPool.Statistics
public class GraphPool.Statistics
Statistics of a GraphPool.
It gives information about basic statistics of the GraphPool
such as number of written KBytes or number of cached KBytes.
| Field Summary | |
|---|---|
long |
cache
Size of cache in KBytes. |
long |
data
Size of data file in KBytes. |
long |
in
KBytes read. |
long |
out
KBytes written. |
long |
temp
Size of temp file in KBytes. |
| Constructor Summary | |
|---|---|
GraphPool.Statistics()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long in
public long out
public long data
public long cache
public long temp
| Constructor Detail |
|---|
public GraphPool.Statistics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||