Class DaemonExecutor


  • public final class DaemonExecutor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DaemonExecutor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.common.util.concurrent.ListeningExecutorService get()  
      static void shutdown()
      Shuts down this executor
      • Methods inherited from class java.lang.Object

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

      • DaemonExecutor

        public DaemonExecutor()
    • Method Detail

      • shutdown

        public static void shutdown()
        Shuts down this executor
      • get

        public static com.google.common.util.concurrent.ListeningExecutorService get()