Configuration Reference Home
Oracle Unified Directory - Lexico Distribution Algorithm

Lexico Distribution Algorithm

The Lexico Distribution Algorithm is a lexicographic distribution algorithm.

A lexicographic distribution algorithm uses a specific attribute in the entry to decide if the entry belongs to a partition. The partition is defined by a lower boundary and an upper boundary. When the distribution attribute value is inside the partition range then the entry is a member of the partition.

Parent Component

The Lexico Distribution Algorithm component inherits from the Distribution Algorithm

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ distribution-attribute ↓ java-class

Basic Properties

distribution-attribute

Description
Identifies the distribution attribute. The LDAP attribute used as the partitioning key. For example 'sn'.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

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