Package com.atlassian.bamboo.filter
Class PerformanceStatistics
- java.lang.Object
-
- com.atlassian.bamboo.filter.PerformanceStatistics
-
public class PerformanceStatistics extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerformanceStatistics.ServletPathStats
static interface
PerformanceStatistics.StatProvider
static class
PerformanceStatistics.Stats
static class
PerformanceStatistics.UrlStats
-
Constructor Summary
Constructors Constructor Description PerformanceStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(javax.servlet.http.HttpServletRequest httpServletRequest, long requestProcessingTime)
void
clear()
PerformanceStatistics.ServletPathStats
getSnapshot()
-
-
-
Method Detail
-
add
public void add(javax.servlet.http.HttpServletRequest httpServletRequest, long requestProcessingTime)
-
clear
public void clear()
-
getSnapshot
public PerformanceStatistics.ServletPathStats getSnapshot()
-
-