Class SystemClock

java.lang.Object
org.apache.hadoop.yarn.util.SystemClock
All Implemented Interfaces:
Clock

@Public @Stable public final class SystemClock extends Object implements Clock
Implementation of Clock that gives the current time from the system clock in milliseconds. NOTE: Do not use this to calculate a duration of expire or interval to sleep, because it will be broken by settimeofday. Please use MonotonicClock instead.
  • Constructor Details

    • SystemClock

      @Deprecated public SystemClock()
      Deprecated.
  • Method Details

    • getInstance

      public static SystemClock getInstance()
    • getTime

      public long getTime()
      Specified by:
      getTime in interface Clock