Package | Description |
---|---|
org.wildfly.swarm.config.jca |
Modifier and Type | Class and Description |
---|---|
class |
ShortRunningThreads<T extends ShortRunningThreads<T>>
A thread pool executor with a bounded queue where threads submittings tasks
will not block.
|
interface |
ShortRunningThreadsConsumer<T extends ShortRunningThreads<T>> |
interface |
ShortRunningThreadsSupplier<T extends ShortRunningThreads> |
Modifier and Type | Method and Description |
---|---|
ShortRunningThreads |
ShortRunningThreadsSupplier.get()
Constructed instance of ShortRunningThreads resource
|
ShortRunningThreads |
DistributedWorkmanager.DistributedWorkmanagerResources.shortRunningThreads(String key) |
ShortRunningThreads |
Workmanager.WorkmanagerResources.shortRunningThreads(String key) |
Modifier and Type | Method and Description |
---|---|
List<ShortRunningThreads> |
DistributedWorkmanager.DistributedWorkmanagerResources.shortRunningThreads()
Get the list of ShortRunningThreads resources
|
List<ShortRunningThreads> |
Workmanager.WorkmanagerResources.shortRunningThreads()
Get the list of ShortRunningThreads resources
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedWorkmanager.shortRunningThreads(ShortRunningThreads value)
Add the ShortRunningThreads object to the list of subresources
|
T |
Workmanager.shortRunningThreads(ShortRunningThreads value)
Add the ShortRunningThreads object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedWorkmanager.shortRunningThreads(List<ShortRunningThreads> value)
Add all ShortRunningThreads objects to this subresource
|
T |
Workmanager.shortRunningThreads(List<ShortRunningThreads> value)
Add all ShortRunningThreads objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.