Configuration Reference Home
OpenDS - Numeric Distribution Partition

Numeric Distribution Partition

The Numeric Distribution Partition defines a partition for a numeric distribution algorithm.

A partition for a numeric distribution algorithm has two parameters: a lower bound and an upper bound. When a distribution attribute value is within the range of the numeric partition then the target entry is located in the partition. Note that the distribution attribute type is defined by the numeric distribution algorithm. For example, the numeric distribution algorithm says that the distribution attribute is the 'uid' and the current partition bounds are [0-1000000]. So an entry with uid=100 is stored in that partition while the entry with uid=2000000 is not.

Parent Component

The Numeric Distribution Partition component inherits from the Distribution Partition




This page describes the Numeric Distribution Partition:


Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ lower-bound  None
↓ partition-id
↓ upper-bound
↓ workflow-element

Basic Properties

lower-bound

Description
The lower bound of the partition. Use the keyword 'unlimited' if the lower bound is not limited.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

partition-id

Description
Identifies the partition. The partition identifier is unique for a given data partition. The identifier is an integer.
Default Value
None
Allowed Values
An integer value. Lower value is 0.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

upper-bound

Description
The upper bound of the partition. Use the keyword 'unlimited' if the upper bound is not limited.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

workflow-element

Description
The workflow element which contains the partition.
Default Value
None
Allowed Values
The DN of any Workflow Element.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes


LDAP Mapping

Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.

Base DN
cn=partitions
objectclass name
ds-cfg-numeric-distribution-partition
objectclass superior
ds-cfg-distribution-partition

Property
LDAP attribute
lower-bound
ds-cfg-distribution-numeric-partition-lower-bound
partition-id
ds-cfg-distribution-partition-id
upper-bound
ds-cfg-distribution-numeric-partition-upper-bound
workflow-element
ds-cfg-workflow-element