public interface AggregateStatistics extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addRow(Map<String,String> row) |
float |
getAvgProcessingTime() |
int |
getHitCount() |
float |
getMaxProcessingTime() |
float |
getMinProcessingTime() |
List<Map<String,String>> |
getStatlist() |
void |
setAvgProcessingTime(float time) |
void |
setHitCount(int hitCount) |
void |
setMaxProcessingTime(float time) |
void |
setMinProcessingTime(float time) |
void |
setStatlist(List<Map<String,String>> statlist) |
int getHitCount()
float getAvgProcessingTime()
float getMinProcessingTime()
float getMaxProcessingTime()
void setHitCount(int hitCount)
void setAvgProcessingTime(float time)
void setMinProcessingTime(float time)
void setMaxProcessingTime(float time)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.