| 程序包 | 说明 |
|---|---|
| org.jupiter.rpc.executor |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutorFactory.Target |
ExecutorFactory.Target.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecutorFactory.Target[] |
ExecutorFactory.Target.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
AbstractExecutorFactory.coreWorkers(ExecutorFactory.Target target) |
protected int |
AbstractExecutorFactory.maxWorkers(ExecutorFactory.Target target) |
CloseableExecutor |
ThreadPoolExecutorFactory.newExecutor(ExecutorFactory.Target target,
String name) |
CloseableExecutor |
ForkJoinPoolExecutorFactory.newExecutor(ExecutorFactory.Target target,
String name) |
CloseableExecutor |
ExecutorFactory.newExecutor(ExecutorFactory.Target target,
String name) |
CloseableExecutor |
DisruptorExecutorFactory.newExecutor(ExecutorFactory.Target target,
String name) |
CloseableExecutor |
CallerRunsExecutorFactory.newExecutor(ExecutorFactory.Target target,
String name) |
protected int |
AbstractExecutorFactory.queueCapacity(ExecutorFactory.Target target) |
Copyright © 2018. All rights reserved.