类 RemoteUtils


  • public class RemoteUtils
    extends java.lang.Object
    util of remote.
    版本:
    $Id: RemoteUtils.java, v 0.1 2020年11月12日 8:54 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 字段详细资料

      • 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.
        另请参阅:
        常量字段值
    • 构造器详细资料

      • RemoteUtils

        public RemoteUtils()
    • 方法详细资料

      • getRemoteExecutorTimesOfProcessors

        public static int getRemoteExecutorTimesOfProcessors()
        get remote executors thread times of processors,default is 64. see the usage of this method for detail.
        返回:
        times of processors.
      • getRemoteExecutorQueueSize

        public static int getRemoteExecutorQueueSize()