Configuration Reference Home
Oracle Unified Directory - Optimal Load Balancing Algorithm

Optimal Load Balancing Algorithm

The Optimal Load Balancing Algorithm is a load balancing algorithm based on the saturation level of the routes.

The optimal load balancing algorithm ensures that the route with the lowest saturation is always elected to handle incoming requests.

Parent Component

The Optimal Load Balancing Algorithm component inherits from the Load Balancing Algorithm

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
 None ↓ java-class

Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Optimal Load Balancing Algorithm implementation.
Default Value
com.sun.dps.server.workflowelement.loadbalancing.OptimalLoadBalancingAlgorithm
Allowed Values
A java class that implements or extends the class(es) :
com.sun.dps.server.workflowelement.loadbalancing.AbstractLoadBalancingAlgorithm
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.