public class OozieClient.Instrumentation.Timer extends Object
Constructor and Description |
---|
OozieClient.Instrumentation.Timer(org.json.simple.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
long |
getOwnMaxTime() |
long |
getOwnMinTime() |
long |
getOwnTimeAverage() |
double |
getOwnTimeStandardDeviation() |
long |
getTicks() |
long |
getTotalMaxTime() |
long |
getTotalMinTime() |
long |
getTotalTimeAverage() |
double |
getTotalTimeStandardDeviation() |
String |
toString() |
public OozieClient.Instrumentation.Timer(org.json.simple.JSONObject json)
public double getOwnTimeStandardDeviation()
public long getOwnTimeAverage()
public long getOwnMaxTime()
public long getOwnMinTime()
public double getTotalTimeStandardDeviation()
public long getTotalTimeAverage()
public long getTotalMaxTime()
public long getTotalMinTime()
public long getTicks()
Copyright © 2018 Apache Software Foundation. All rights reserved.