Package 

Interface Clock

    • Method Summary

      Modifier and Type Method Description
      abstract Long now() Returns the current milliseconds from epoch.
      Long nowInNanos() Returns the current nanoseconds from epoch
      • Methods inherited from class java.lang.Object

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

      • now

         abstract Long now()

        Returns the current milliseconds from epoch.

      • nowInNanos

         Long nowInNanos()

        Returns the current nanoseconds from epoch