org.apache.jetspeed.statistics
Interface AggregateStatistics

All Superinterfaces:
Serializable

public interface AggregateStatistics
extends Serializable

AggregateStatistics

Version:
$Id: $
Author:
Chris Schaefer , David Sean Taylor

Method Summary
 void addRow(Map row)
           
 float getAvgProcessingTime()
           
 int getHitCount()
           
 float getMaxProcessingTime()
           
 float getMinProcessingTime()
           
 List getStatlist()
           
 void setAvgProcessingTime(float time)
           
 void setHitCount(int hitCount)
           
 void setMaxProcessingTime(float time)
           
 void setMinProcessingTime(float time)
           
 void setStatlist(List statlist)
           
 

Method Detail

addRow

void addRow(Map row)

getHitCount

int getHitCount()

getAvgProcessingTime

float getAvgProcessingTime()

getMinProcessingTime

float getMinProcessingTime()

getMaxProcessingTime

float getMaxProcessingTime()

setHitCount

void setHitCount(int hitCount)

setAvgProcessingTime

void setAvgProcessingTime(float time)

setMinProcessingTime

void setMinProcessingTime(float time)

setMaxProcessingTime

void setMaxProcessingTime(float time)

getStatlist

List getStatlist()

setStatlist

void setStatlist(List statlist)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.