| Value | Description |
|---|---|
| Failover | Establish connections to servers in the order they are provided. If the first server is unavailable, then it will attempt to connect to the second, then to the third. |
| RoundRobin | Use a round-robin algorithm to select the server to which the connection should be established. Any number of servers may be included in this server set, and each request will attempt to retrieve a connection to the next server in the list. |
| SingleServer | Connect to a single server |
| None |
|---|
| Name | Returns |
|---|---|
| fromString(String value) | LdapLoadBalancingMode |
| getValue() | String |
| getValuesAsString() | String[] |
| valueOf(String ) | LdapLoadBalancingMode |
| values() | LdapLoadBalancingMode[] |
| Method | Returns |
|---|---|
| LdapLoadBalancingMode.fromString(String value) | LdapLoadBalancingMode |
| LdapLoadBalancingMode.valueOf(String ) | LdapLoadBalancingMode |
| LdapLoadBalancingMode.values() | LdapLoadBalancingMode[] |
| None |
|---|