public class IOCSymbols extends Object
Modifier and Type | Field and Description |
---|---|
static String |
THREAD_POOL_CORE_SIZE
The minimum size of the thread pool.
|
static String |
THREAD_POOL_ENABLED
By default, the
ParallelExecutor service uses a thread pool. |
static String |
THREAD_POOL_KEEP_ALIVE
Time in milliseconds (via
TimeInterval ) to keep waiting threads alive. |
static String |
THREAD_POOL_MAX_SIZE
Maximium size of the thread pool, which defaults to 10.
|
static String |
THREAD_POOL_QUEUE_SIZE
The size of the task queue.
|
Constructor and Description |
---|
IOCSymbols() |
public static final String THREAD_POOL_CORE_SIZE
public static final String THREAD_POOL_QUEUE_SIZE
public static final String THREAD_POOL_MAX_SIZE
public static final String THREAD_POOL_KEEP_ALIVE
TimeInterval
) to keep waiting threads alive.
Default is one minute.public static final String THREAD_POOL_ENABLED
ParallelExecutor
service uses a thread pool. In
environments (such as Google Application Engine) where thread creation is not allowed, this can be set to
"false", and deferred logic will, instead, execute immediately.public IOCSymbols()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.