| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FailoverLoadBalancingAlgorithm
A fail-over load balancing algorithm provides fault tolerance across multiple
underlying connection factories.
|
class |
RoundRobinLoadBalancingAlgorithm
A round robin load balancing algorithm distributes connection requests across
a list of connection factories one at a time.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionFactory |
Connections.newLoadBalancer(LoadBalancingAlgorithm algorithm)
Creates a new load balancer which will obtain connections using the
provided load balancing algorithm.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.