类 RemoteUtils
- java.lang.Object
-
- com.alibaba.nacos.core.utils.RemoteUtils
-
public class RemoteUtils extends java.lang.Objectutil of remote.- 版本:
- $Id: RemoteUtils.java, v 0.1 2020年11月12日 8:54 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
字段概要
字段 修饰符和类型 字段 说明 static floatLOADER_FACTORprivate static intREMOTE_EXECUTOR_QUEUE_SIZEDefault remote execute queue size: 16384.private static intREMOTE_EXECUTOR_TIMES_OF_PROCESSORSDefault remote execute times for CPU count of task processors.
-
构造器概要
构造器 构造器 说明 RemoteUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static intgetRemoteExecutorQueueSize()static intgetRemoteExecutorTimesOfProcessors()get remote executors thread times of processors,default is 64. see the usage of this method for detail.
-
-
-
字段详细资料
-
LOADER_FACTOR
public static final float LOADER_FACTOR
- 另请参阅:
- 常量字段值
-
REMOTE_EXECUTOR_TIMES_OF_PROCESSORS
private static final int REMOTE_EXECUTOR_TIMES_OF_PROCESSORS
Default remote execute times for CPU count of task processors.- 另请参阅:
- 常量字段值
-
REMOTE_EXECUTOR_QUEUE_SIZE
private static final int REMOTE_EXECUTOR_QUEUE_SIZE
Default remote execute queue size: 16384.- 另请参阅:
- 常量字段值
-
-