com.endeca.infront.assembler.perf
Class TimeSummary.MinMaxTotalSummary

java.lang.Object
  extended by com.endeca.infront.assembler.perf.TimeSummary.MinMaxTotalSummary
Enclosing class:
TimeSummary

public static final class TimeSummary.MinMaxTotalSummary
extends Object

A convenience wrapper class to store the total, min, and max time.


Field Summary
 long max
          The maximum time observed across all invocations of this event.
 long min
          The minimum time observed across all invocations of this event.
 long total
          The total time observed across all invocations of this event.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

total

public final long total
The total time observed across all invocations of this event.


min

public final long min
The minimum time observed across all invocations of this event.


max

public final long max
The maximum time observed across all invocations of this event.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.