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 Summary
Constructors Constructor Description ThreadUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThreadPoolExecutornewThreadPool(int poolSize, int poolQueueSize, long keepAliveMs, String threadPoolName)
-
-
-
Method Detail
-
newThreadPool
public static ThreadPoolExecutor newThreadPool(int poolSize, int poolQueueSize, long keepAliveMs, String threadPoolName)
-
-