类 ThreadPoolExecutorConstant
- java.lang.Object
-
- com.github.thierrysquirrel.sparrow.server.core.constant.ThreadPoolExecutorConstant
-
public final class ThreadPoolExecutorConstant extends Object
ClassName: ThreadPoolExecutorConstant Description: date: 2020/12/7 3:26- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
字段概要
字段 修饰符和类型 字段 说明 static ThreadPoolExecutorASYNC_SPARROW_MESSAGE_SERVICEstatic ScheduledThreadPoolExecutorDELETE_TIMEOUT_MESSAGEstatic ScheduledThreadPoolExecutorFLUSH_TIMEOUT_MESSAGEstatic ThreadPoolExecutorSPARROW_SERVER_EVENTstatic ThreadPoolExecutorSPARROW_SERVER_INITIALIZATION
-
-
-
字段详细资料
-
SPARROW_SERVER_EVENT
public static final ThreadPoolExecutor SPARROW_SERVER_EVENT
-
SPARROW_SERVER_INITIALIZATION
public static final ThreadPoolExecutor SPARROW_SERVER_INITIALIZATION
-
ASYNC_SPARROW_MESSAGE_SERVICE
public static final ThreadPoolExecutor ASYNC_SPARROW_MESSAGE_SERVICE
-
FLUSH_TIMEOUT_MESSAGE
public static final ScheduledThreadPoolExecutor FLUSH_TIMEOUT_MESSAGE
-
DELETE_TIMEOUT_MESSAGE
public static final ScheduledThreadPoolExecutor DELETE_TIMEOUT_MESSAGE
-
-