Class ThreadUtils

java.lang.Object
org.apache.flink.table.gateway.api.utils.ThreadUtils

@Internal public class ThreadUtils extends Object
Utils for thread pool executor.
  • Constructor Details

    • ThreadUtils

      public ThreadUtils()
  • Method Details

    • newThreadPool

      public static ThreadPoolExecutor newThreadPool(int poolSize, int poolQueueSize, long keepAliveMs, String threadPoolName)