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