Class JobMetrics


  • public abstract class JobMetrics
    extends java.lang.Object
    Tracks and forwards maintenance job metrics.
    Author:
    mpolden
    • Constructor Summary

      Constructors 
      Constructor Description
      JobMetrics()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void completed​(java.lang.String job, double successFactor)
      Records completion of a run of a job.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobMetrics

        public JobMetrics()
    • Method Detail

      • completed

        public abstract void completed​(java.lang.String job,
                                       double successFactor)
        Records completion of a run of a job. This is guaranteed to always be called once after each maintainer run.