Class KetchSystem.DefaultExecutorHolder

  • Enclosing class:
    KetchSystem

    static class KetchSystem.DefaultExecutorHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.concurrent.ScheduledExecutorService I  
      private static org.slf4j.Logger log  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.util.concurrent.ScheduledExecutorService create()  
      • Methods inherited from class java.lang.Object

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

      • log

        private static final org.slf4j.Logger log
      • I

        static final java.util.concurrent.ScheduledExecutorService I
    • Constructor Detail

      • DefaultExecutorHolder

        private DefaultExecutorHolder()
    • Method Detail

      • create

        private static java.util.concurrent.ScheduledExecutorService create()