类 ThreadPoolFactoryExecution
- java.lang.Object
-
- com.github.thierrysquirrel.websocket.netty.core.factory.execution.ThreadPoolFactoryExecution
-
public class ThreadPoolFactoryExecution extends Object
ClassName: ThreadPoolFactoryExecution Description: date: 2020/8/18 0:18- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidstatsThread(ThreadPoolExecutor threadPoolExecutor, Runnable runnable)static voidstatsThreadAndShutdown(ThreadPoolExecutor threadPoolExecutor, Runnable runnable)
-
-
-
方法详细资料
-
statsThread
public static void statsThread(ThreadPoolExecutor threadPoolExecutor, Runnable runnable)
-
statsThreadAndShutdown
public static void statsThreadAndShutdown(ThreadPoolExecutor threadPoolExecutor, Runnable runnable)
-
-