Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Field and Description |
---|---|
static DiscoveredURISelector |
DiscoveredURISelector.FIRST
A deployment URI selector which prefers the first URI always.
|
static DiscoveredURISelector |
DiscoveredURISelector.RANDOM
A deployment URI selector which randomly chooses the next URI.
|
static DiscoveredURISelector |
DiscoveredURISelector.ROUND_ROBIN
A deployment URI selector which uses an approximate round-robin policy among all of the eligible URIs.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveredURISelector |
DiscoveredURISelector.favorite(Collection<URI> favorites,
DiscoveredURISelector fallback)
Create a deployment URI 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 DiscoveredURISelector |
DiscoveredURISelector.favorite(Collection<URI> favorites,
DiscoveredURISelector fallback)
Create a deployment URI selector that prefers one or more favorite nodes, falling back to another selector if
none of the favorites are found.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.