| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.jca |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedWorkmanager> |
Jca.JcaResources.distributedWorkmanagers()
Get the list of org.wildfly.swarm.config.jca.DistributedWorkmanager resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Jca.distributedWorkmanager(DistributedWorkmanager value)
Add the org.wildfly.swarm.config.jca.DistributedWorkmanager object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Jca.distributedWorkmanagers(List<DistributedWorkmanager> value)
Add all org.wildfly.swarm.config.jca.DistributedWorkmanager objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
DistributedWorkmanager |
DistributedWorkmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
DistributedWorkmanager |
DistributedWorkmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
DistributedWorkmanager |
DistributedWorkmanager.name(String value)
The name of the DistributedWorkManager
|
DistributedWorkmanager |
DistributedWorkmanager.policy(String value)
The policy decides when to redistribute a Work instance
|
DistributedWorkmanager |
DistributedWorkmanager.policyOptions(Map value)
List of policy's options key/value pairs
|
DistributedWorkmanager |
DistributedWorkmanager.selector(String value)
The selector decides to which nodes in the network to redistribute the Work instance to
|
DistributedWorkmanager |
DistributedWorkmanager.selectorOptions(Map value)
List of selector's options key/value pairs
|
DistributedWorkmanager |
DistributedWorkmanager.shortRunningThreads(List<ShortRunningThreads> value)
Add all org.wildfly.swarm.config.jca.ShortRunningThreads objects to this subresource
|
DistributedWorkmanager |
DistributedWorkmanager.shortRunningThreads(ShortRunningThreads value)
Add the org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.