org.apache.jetspeed.statistics.impl
Class AggregateStatisticsImpl
java.lang.Object
org.apache.jetspeed.statistics.impl.AggregateStatisticsImpl
- All Implemented Interfaces:
- java.io.Serializable, AggregateStatistics
public class AggregateStatisticsImpl
- extends java.lang.Object
- implements AggregateStatistics
AggregateStatisticsImpl
- Version:
- $Id: $
- Author:
- Chris Schaefer , David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AggregateStatisticsImpl
public AggregateStatisticsImpl()
addRow
public void addRow(java.util.Map row)
- Specified by:
addRow
in interface AggregateStatistics
getAvgProcessingTime
public float getAvgProcessingTime()
- Specified by:
getAvgProcessingTime
in interface AggregateStatistics
getHitCount
public int getHitCount()
- Specified by:
getHitCount
in interface AggregateStatistics
getMaxProcessingTime
public float getMaxProcessingTime()
- Specified by:
getMaxProcessingTime
in interface AggregateStatistics
getMinProcessingTime
public float getMinProcessingTime()
- Specified by:
getMinProcessingTime
in interface AggregateStatistics
setHitCount
public void setHitCount(int hitCount)
- Specified by:
setHitCount
in interface AggregateStatistics
setMaxProcessingTime
public void setMaxProcessingTime(float time)
- Specified by:
setMaxProcessingTime
in interface AggregateStatistics
setMinProcessingTime
public void setMinProcessingTime(float time)
- Specified by:
setMinProcessingTime
in interface AggregateStatistics
setAvgProcessingTime
public void setAvgProcessingTime(float time)
- Specified by:
setAvgProcessingTime
in interface AggregateStatistics
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getStatlist
public java.util.List getStatlist()
- Specified by:
getStatlist
in interface AggregateStatistics
- Returns:
- Returns the statlist.
setStatlist
public void setStatlist(java.util.List statlist)
- Specified by:
setStatlist
in interface AggregateStatistics
- Parameters:
statlist
- The statlist to set.
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.