Package | Description |
---|---|
org.wildfly.swarm.config.jca |
Modifier and Type | Method and Description |
---|---|
DistributedWorkmanager.Selector |
DistributedWorkmanager.selector()
The selector decides to which nodes in the network to redistribute the
Work instance to
|
static DistributedWorkmanager.Selector |
DistributedWorkmanager.Selector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedWorkmanager.Selector[] |
DistributedWorkmanager.Selector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedWorkmanager.selector(DistributedWorkmanager.Selector value)
The selector decides to which nodes in the network to redistribute the
Work instance to
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.