Class JobMetrics


  • @ExportedBean
    public class JobMetrics
    extends Object
    • Method Detail

      • getAvgCheckoutDuration

        @Exported
        public long getAvgCheckoutDuration()
      • getAvgDuration

        @Exported
        public long getAvgDuration()
      • getAvgSuccessDuration

        @Exported
        public long getAvgSuccessDuration()
      • getMaxCheckoutDuration

        @Exported
        public long getMaxCheckoutDuration()
      • getMaxDuration

        @Exported
        public long getMaxDuration()
      • getMaxSuccessDuration

        @Exported
        public long getMaxSuccessDuration()
      • getMinCheckoutDuration

        @Exported
        public long getMinCheckoutDuration()
      • getMinDuration

        @Exported
        public long getMinDuration()
      • getMinSuccessDuration

        @Exported
        public long getMinSuccessDuration()
      • getSuccessRate

        @Exported
        public double getSuccessRate()
      • getFailureRate

        @Exported
        public double getFailureRate()
      • getSuccessTimeRate

        @Exported
        public double getSuccessTimeRate()
      • getFailureTimeRate

        @Exported
        public double getFailureTimeRate()
      • getStandardDeviationDuration

        @Exported
        public long getStandardDeviationDuration()
      • getStandardDeviationSuccessDuration

        @Exported
        public long getStandardDeviationSuccessDuration()
      • getUnstableRate

        @Exported
        public double getUnstableRate()