Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.legacy |
Modifier and Type | Field and Description |
---|---|
static DeploymentNodeSelector |
DeploymentNodeSelector.FIRST
A deployment node selector which prefers the first node always.
|
static DeploymentNodeSelector |
DeploymentNodeSelector.RANDOM
A deployment node selector which randomly chooses the next node.
|
static DeploymentNodeSelector |
DeploymentNodeSelector.ROUND_ROBIN
A deployment node selector which uses an approximate round-robin policy among all of the eligible nodes.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentNodeSelector |
DeploymentNodeSelector.favorite(Collection<String> favorites,
DeploymentNodeSelector fallback)
Create a deployment node selector that prefers one or more favorite nodes, falling back to another selector if
none of the favorites are found.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentNodeSelector |
DeploymentNodeSelector.favorite(Collection<String> favorites,
DeploymentNodeSelector fallback)
Create a deployment node selector that prefers one or more favorite nodes, falling back to another selector if
none of the favorites are found.
|
EJBClientContext.Builder |
EJBClientContext.Builder.setDeploymentNodeSelector(DeploymentNodeSelector deploymentNodeSelector) |
Modifier and Type | Method and Description |
---|---|
org.wildfly.common.function.ExceptionSupplier<DeploymentNodeSelector,ReflectiveOperationException> |
JBossEJBProperties.getDeploymentNodeSelectorSupplier() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.