@ExportedBean public class JobMetrics extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgDuration() |
long |
getAvgSuccessDuration() |
double |
getFailureRate() |
double |
getFailureTimeRate() |
long |
getMaxDuration() |
long |
getMaxSuccessDuration() |
long |
getMinDuration() |
long |
getMinSuccessDuration() |
double |
getSuccessRate() |
double |
getSuccessTimeRate() |
@Exported public long getAvgDuration()
@Exported public long getAvgSuccessDuration()
@Exported public long getMaxDuration()
@Exported public long getMaxSuccessDuration()
@Exported public long getMinDuration()
@Exported public long getMinSuccessDuration()
@Exported public double getSuccessRate()
@Exported public double getFailureRate()
@Exported public double getSuccessTimeRate()
@Exported public double getFailureTimeRate()
Copyright © 2016–2018. All rights reserved.