| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| Constructor and Description |
|---|
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener)
Creates a new fail-over load balancing algorithm which will monitor
offline connection factories every 1 second using the default scheduler.
|
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener,
long interval,
TimeUnit unit)
Creates a new fail-over load balancing algorithm which will monitor
offline connection factories using the specified frequency using the
default scheduler.
|
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener,
long interval,
TimeUnit unit,
ScheduledExecutorService scheduler)
Creates a new fail-over load balancing algorithm which will monitor
offline connection factories using the specified frequency and scheduler.
|
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener)
Creates a new round robin load balancing algorithm which will monitor
offline connection factories every 1 second using the default scheduler.
|
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener,
long interval,
TimeUnit unit)
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency using the
default scheduler.
|
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory> factories,
LoadBalancerEventListener listener,
long interval,
TimeUnit unit,
ScheduledExecutorService scheduler)
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency and scheduler.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.