Class UTCClock

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

@Public @Evolving public class UTCClock extends Object implements Clock
Implementation of Clock that gives the current UTC time in milliseconds.
  • Constructor Details

    • UTCClock

      public UTCClock()
  • Method Details

    • getTime

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