|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.config.CompassEnvironment.ExecutorManager.Concurrent
public abstract class CompassEnvironment.ExecutorManager.Concurrent
A set of settings for the concurrent executor manager.
| Field Summary | |
|---|---|
static String |
CORE_POOL_SIZE
The core pool size of the executor service, defaults to 10. |
static String |
KEEP_ALIVE_TIME
The keep alive time of the executor service (in milliseconds). |
static String |
MAXIMUM_POOL_SIZE
The maximum pool size of the executor service. |
static String |
NAME
The name (type) of the concurrent executor manager. |
static String |
SCHEDULED_CORE_POOL_SIZE
The core pool size of the scheduled executor service. |
| Constructor Summary | |
|---|---|
CompassEnvironment.ExecutorManager.Concurrent()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String SCHEDULED_CORE_POOL_SIZE
1.
public static final String CORE_POOL_SIZE
10.
public static final String MAXIMUM_POOL_SIZE
30.
public static final String KEEP_ALIVE_TIME
60000, which is 60 seconds.
| Constructor Detail |
|---|
public CompassEnvironment.ExecutorManager.Concurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||