Note: this is an abstract component, that cannot be instantiated.
The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner.
Only a single work queue can be defined in the server. Whenever a connection handler receives a client request, it should place the request in the work queue to be processed appropriately.
The following Work Queues are available in the server :
These Work Queues inherit from the properties described below.
This page describes the Work Queue:
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ java-class | None |
| Description | Specifies the fully-qualified name of the Java class that provides the Work Queue implementation. |
| Default Value | None |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.WorkQueue |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | Restart the server |
| Advanced Property | No |
| Read-only | No |
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=Work Queue,cn=config |
| objectclass name | ds-cfg-work-queue |
| objectclass superior | top |
| Property | LDAP attribute |
| java-class | ds-cfg-java-class |