de.is24.util.monitoring.visitors
Class AbstractSortedReportVisitor.TimerEntry

java.lang.Object
  extended by de.is24.util.monitoring.visitors.AbstractSortedReportVisitor.Entry
      extended by de.is24.util.monitoring.visitors.AbstractSortedReportVisitor.TimerEntry
Enclosing class:
AbstractSortedReportVisitor

public final class AbstractSortedReportVisitor.TimerEntry
extends AbstractSortedReportVisitor.Entry


Field Summary
private  double average
           
private  long count
           
private  double stdDev
           
private  long sum
           
 
Fields inherited from class de.is24.util.monitoring.visitors.AbstractSortedReportVisitor.Entry
name, path, type
 
Constructor Summary
private AbstractSortedReportVisitor.TimerEntry(Timer timer)
           
 
Method Summary
 double getAverage()
           
 long getCount()
           
 double getStdDev()
           
 long getSum()
           
 String getValue()
           
 
Methods inherited from class de.is24.util.monitoring.visitors.AbstractSortedReportVisitor.Entry
getKey, getName, getPath, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private long count

sum

private long sum

average

private double average

stdDev

private double stdDev
Constructor Detail

AbstractSortedReportVisitor.TimerEntry

private AbstractSortedReportVisitor.TimerEntry(Timer timer)
Method Detail

getValue

public String getValue()
Specified by:
getValue in class AbstractSortedReportVisitor.Entry

getCount

public long getCount()

getSum

public long getSum()

getAverage

public double getAverage()

getStdDev

public double getStdDev()


Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.