Package com.atlassian.bamboo.filter
Class PerformanceStatistics.ServletPathStats
- java.lang.Object
-
- com.atlassian.bamboo.filter.PerformanceStatistics.ServletPathStats
-
- All Implemented Interfaces:
PerformanceStatistics.StatProvider
- Enclosing class:
- PerformanceStatistics
public static class PerformanceStatistics.ServletPathStats extends Object implements PerformanceStatistics.StatProvider
-
-
Constructor Summary
Constructors Constructor Description ServletPathStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,PerformanceStatistics.UrlStats>>
getEntries()
PerformanceStatistics.UrlStats
getNotNull(String servletPath)
PerformanceStatistics.ServletPathStats
getSnapshot()
PerformanceStatistics.Stats
getStats()
-
-
-
Method Detail
-
getNotNull
public PerformanceStatistics.UrlStats getNotNull(String servletPath)
-
getSnapshot
public PerformanceStatistics.ServletPathStats getSnapshot()
-
getEntries
public Set<Map.Entry<String,PerformanceStatistics.UrlStats>> getEntries()
-
getStats
public PerformanceStatistics.Stats getStats()
- Specified by:
getStats
in interfacePerformanceStatistics.StatProvider
-
-