Class Utils.StaticHolder

  • Enclosing class:
    Utils

    private static class Utils.StaticHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long nowNs  
      (package private) static java.util.concurrent.ScheduledExecutorService tickService  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StaticHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tickService

        static java.util.concurrent.ScheduledExecutorService tickService
      • nowNs

        static volatile long nowNs
    • Constructor Detail

      • StaticHolder

        private StaticHolder()