public class RemoteUtils
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static float |
LOADER_FACTOR |
private static int |
REMOTE_EXECUTOR_QUEUE_SIZE
Default remote execute queue size: 16384.
|
private static int |
REMOTE_EXECUTOR_TIMES_OF_PROCESSORS
Default remote execute times for CPU count of task processors.
|
| 构造器和说明 |
|---|
RemoteUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getRemoteExecutorQueueSize() |
static int |
getRemoteExecutorTimesOfProcessors()
get remote executors thread times of processors,default is 64. see the usage of this method for detail.
|
public static final float LOADER_FACTOR
private static final int REMOTE_EXECUTOR_TIMES_OF_PROCESSORS
private static final int REMOTE_EXECUTOR_QUEUE_SIZE
Copyright © 2018–2022 Alibaba Group. All rights reserved.