com.atlassian.bamboo.filter
Class PerformanceStatistics.Stats

java.lang.Object
  extended by com.atlassian.bamboo.filter.PerformanceStatistics.Stats
Enclosing class:
PerformanceStatistics

public static class PerformanceStatistics.Stats
extends Object


Constructor Summary
PerformanceStatistics.Stats(long totalTime, long count)
           
 
Method Summary
 long getAvgTime()
           
 long getCount()
           
 Integer getPercentile97th()
           
 long getTotalTime()
           
 PerformanceStatistics.Stats with97percentile(Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceStatistics.Stats

public PerformanceStatistics.Stats(long totalTime,
                                   long count)
Method Detail

getTotalTime

public long getTotalTime()

getPercentile97th

public Integer getPercentile97th()

getAvgTime

public long getAvgTime()

getCount

public long getCount()

with97percentile

public PerformanceStatistics.Stats with97percentile(@Nullable
                                                    Integer integer)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.