edu.upc.dama.dex.core
Class GraphPool.Statistics

java.lang.Object
  extended by edu.upc.dama.dex.core.GraphPool.Statistics
Enclosing class:
GraphPool

public class GraphPool.Statistics
extends java.lang.Object

Statistics of a GraphPool.

It gives information about basic statistics of the GraphPool such as number of written bytes or number of cached bytes.


Field Summary
 long cache
          Size of cache in bytes.
 long data
          Size of data file in kilo bytes.
 long in
          Bytes read.
 long out
          Bytes written.
 long temp
          Size of temp file in bytes.
 
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

in

public long in
Bytes read.


out

public long out
Bytes written.


data

public long data
Size of data file in kilo bytes.


cache

public long cache
Size of cache in bytes.


temp

public long temp
Size of temp file in bytes.

Constructor Detail

GraphPool.Statistics

public GraphPool.Statistics()