org.gcube.common.accounting.node.persistence
Class Statistics

java.lang.Object
  extended by org.gcube.common.accounting.node.persistence.Statistics
All Implemented Interfaces:
Serializable

public class Statistics
extends Object
implements Serializable

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Method Summary
 void addAvg(long temp)
           
 double getAvg()
           
 long getTotalCalls()
           
 void setAvg(double avg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTotalCalls

public long getTotalCalls()

getAvg

public double getAvg()

setAvg

public void setAvg(double avg)

addAvg

public void addAvg(long temp)


Copyright © 2013. All Rights Reserved.