Package io.grpc

Class Deadline.SystemTicker

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SystemTicker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long nanoTime()
      Returns the number of nanoseconds since this source's epoch.
      • Methods inherited from class java.lang.Object

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

      • SystemTicker

        private SystemTicker()
    • Method Detail

      • nanoTime

        public long nanoTime()
        Description copied from class: Deadline.Ticker
        Returns the number of nanoseconds since this source's epoch.
        Specified by:
        nanoTime in class Deadline.Ticker