| Package | Description |
|---|---|
| org.wildfly.swarm.config.jca |
| Modifier and Type | Method and Description |
|---|---|
LongRunningThreads |
LongRunningThreads.allowCoreTimeout(Boolean value)
Whether core threads may time out.
|
LongRunningThreads |
LongRunningThreads.coreThreads(Integer value)
The core thread pool size which is smaller than the maximum pool size.
|
LongRunningThreads |
LongRunningThreads.currentThreadCount(Integer value)
The current number of threads in the pool.
|
LongRunningThreads |
LongRunningThreads.handoffExecutor(String value)
An executor to delegate tasks to in the event that a task cannot be accepted.
|
LongRunningThreads |
LongRunningThreads.keepaliveTime(Map value)
Used to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down.
|
LongRunningThreads |
LongRunningThreads.largestThreadCount(Integer value)
The largest number of threads that have ever simultaneously been in the pool.
|
LongRunningThreads |
LongRunningThreads.maxThreads(Integer value)
The maximum thread pool size.
|
LongRunningThreads |
LongRunningThreads.name(String value)
The name of the thread pool.
|
LongRunningThreads |
LongRunningThreads.queueLength(Integer value)
The queue length.
|
LongRunningThreads |
LongRunningThreads.queueSize(Integer value)
The queue size.
|
LongRunningThreads |
LongRunningThreads.rejectedCount(Integer value)
The number of tasks that have been passed to the handoff-executor (if one is specified) or discarded.
|
LongRunningThreads |
LongRunningThreads.threadFactory(String value)
Specifies the name of a specific thread factory to use to create worker threads.
|
| Modifier and Type | Method and Description |
|---|---|
List<LongRunningThreads> |
Workmanager.WorkmanagerResources.longRunningThreads()
Get the list of org.wildfly.swarm.config.jca.LongRunningThreads resources
|
List<LongRunningThreads> |
DistributedWorkmanager.DistributedWorkmanagerResources.longRunningThreads()
Get the list of org.wildfly.swarm.config.jca.LongRunningThreads resources
|
| Modifier and Type | Method and Description |
|---|---|
Workmanager |
Workmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
DistributedWorkmanager |
DistributedWorkmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Workmanager |
Workmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
DistributedWorkmanager |
DistributedWorkmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.