public interface JobExecutorXml
Deployment Metadata for the JobExecutor Service.
Modifier and Type | Field and Description |
---|---|
static String |
CORE_POOL_SIZE |
static String |
KEEP_ALIVE_TIME
The time in milliseconds that threads over
CORE_POOL_SIZE will be kept alive. |
static String |
MAX_POOL_SIZE |
static String |
QUEUE_SIZE |
Modifier and Type | Method and Description |
---|---|
List<JobAcquisitionXml> |
getJobAcquisitions() |
Map<String,String> |
getProperties() |
static final String QUEUE_SIZE
static final String CORE_POOL_SIZE
static final String MAX_POOL_SIZE
static final String KEEP_ALIVE_TIME
CORE_POOL_SIZE
will be kept alive.List<JobAcquisitionXml> getJobAcquisitions()
Map<String,String> getProperties()
QUEUE_SIZE
,
CORE_POOL_SIZE
,
MAX_POOL_SIZE
,
KEEP_ALIVE_TIME
Copyright © 2022. All rights reserved.