Class ExecutionPool


  • public final class ExecutionPool
    extends java.lang.Object
    • Field Detail

      • module

        public static final java.lang.String module
      • GLOBAL_BATCH

        public static final java.util.concurrent.ExecutorService GLOBAL_BATCH
      • GLOBAL_FORK_JOIN

        public static final java.util.concurrent.ForkJoinPool GLOBAL_FORK_JOIN
    • Constructor Detail

      • ExecutionPool

        public ExecutionPool()
    • Method Detail

      • getScheduledExecutor

        public static java.util.concurrent.ScheduledExecutorService getScheduledExecutor​(java.lang.ThreadGroup group,
                                                                                         java.lang.String namePrefix,
                                                                                         int threadCount,
                                                                                         long keepAliveSeconds,
                                                                                         boolean preStart)
      • getAllFutures

        public static <F> java.util.List<F> getAllFutures​(java.util.Collection<java.util.concurrent.Future<F>> futureList)