|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.util.Instrumentation.Timer
public static class Instrumentation.Timer
Timer Instrumentation element.
Method Summary | |
---|---|
long |
getOwn()
Return the own accumulated computing time by the timer. |
long |
getOwnAvg()
Returns the own average time. |
long |
getOwnMax()
Returns the own maximum time. |
long |
getOwnMin()
Returns the own minimum time. |
long |
getOwnSquareSum()
Return the sum of the square own times. |
double |
getOwnStdDev()
Returns the own time standard deviation. |
long |
getTicks()
Return the number of times a cron was added to the timer. |
long |
getTotal()
Return the total accumulated computing time by the timer. |
long |
getTotalAvg()
Returns the total average time. |
long |
getTotalMax()
Returns the total maximum time. |
long |
getTotalMin()
Returns the total minimum time. |
long |
getTotalSquareSum()
Return the sum of the square total times. |
double |
getTotalStdDev()
Returns the total time standard deviation. |
Instrumentation.Timer |
getValue()
Return the timer snapshot. |
String |
toString()
Return the String representation of the timer value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class Object
public Instrumentation.Timer getValue()
getValue
in interface Instrumentation.Element<Instrumentation.Timer>
public long getOwn()
public long getTotal()
public long getTicks()
public long getOwnSquareSum()
public long getTotalSquareSum()
public long getOwnMin()
public long getOwnMax()
public long getTotalMin()
public long getTotalMax()
public long getOwnAvg()
public long getTotalAvg()
public double getTotalStdDev()
public double getOwnStdDev()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |