Uses of Interface
org.jboss.ejb.client.DeploymentNodeSelector
Packages that use DeploymentNodeSelector
-
Uses of DeploymentNodeSelector in org.jboss.ejb.client
Fields in org.jboss.ejb.client declared as DeploymentNodeSelectorModifier and TypeFieldDescriptionstatic final DeploymentNodeSelectorDeploymentNodeSelector.FIRSTA deployment node selector which prefers the first node always.static final DeploymentNodeSelectorDeploymentNodeSelector.RANDOMA deployment node selector which randomly chooses the next node.static final DeploymentNodeSelectorDeploymentNodeSelector.RANDOM_PREFER_LOCALA deployment node selector which check the server name if inside and prefer it if available for selection.static final DeploymentNodeSelectorDeploymentNodeSelector.ROUND_ROBINA deployment node selector which uses an approximate round-robin policy among all of the eligible nodes.Methods in org.jboss.ejb.client that return DeploymentNodeSelectorModifier and TypeMethodDescriptionstatic DeploymentNodeSelectorDeploymentNodeSelector.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.Methods in org.jboss.ejb.client with parameters of type DeploymentNodeSelectorModifier and TypeMethodDescriptionstatic DeploymentNodeSelectorDeploymentNodeSelector.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.setDeploymentNodeSelector(DeploymentNodeSelector deploymentNodeSelector) -
Uses of DeploymentNodeSelector in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy that return types with arguments of type DeploymentNodeSelectorModifier and TypeMethodDescriptionorg.wildfly.common.function.ExceptionSupplier<DeploymentNodeSelector,ReflectiveOperationException> JBossEJBProperties.getDeploymentNodeSelectorSupplier()