com.atlassian.bamboo.filter
Class PerformanceStatistics

java.lang.Object
  extended by com.atlassian.bamboo.filter.PerformanceStatistics

public class PerformanceStatistics
extends java.lang.Object


Nested Class Summary
static class PerformanceStatistics.ServletPathStats
           
static interface PerformanceStatistics.StatProvider
           
static class PerformanceStatistics.Stats
           
static class PerformanceStatistics.UrlStats
           
 
Constructor Summary
PerformanceStatistics()
           
 
Method Summary
 void add(javax.servlet.http.HttpServletRequest httpServletRequest, long requestProcessingTime)
           
 void clear()
           
 PerformanceStatistics.ServletPathStats getSnapshot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceStatistics

public PerformanceStatistics()
Method Detail

add

public void add(javax.servlet.http.HttpServletRequest httpServletRequest,
                long requestProcessingTime)

clear

public void clear()

getSnapshot

public PerformanceStatistics.ServletPathStats getSnapshot()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.