public static class ExecutorUtils.ExecSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
coreThreads |
int |
maxThreads |
int |
queueSize |
| Constructor and Description |
|---|
ExecSpec() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorUtils.ExecSpec |
coreThreads(int coreThreads) |
boolean |
equals(Object o) |
int |
hashCode() |
ExecutorUtils.ExecSpec |
maxThreads(int maxThreads) |
ExecutorUtils.ExecSpec |
queueSize(int queueSize) |
String |
toString() |
public int queueSize
public int coreThreads
public int maxThreads
public ExecutorUtils.ExecSpec queueSize(int queueSize)
public ExecutorUtils.ExecSpec coreThreads(int coreThreads)
public ExecutorUtils.ExecSpec maxThreads(int maxThreads)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.