Uses of Class
org.opends.server.api.DirectoryThread
Packages that use DirectoryThread
Package
Description
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains various classes that comprise the core of the Directory Server codebase.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains a file-based log implementation for the changelog database API.
-
Uses of DirectoryThread in org.opends.server.backends.task
Subclasses of DirectoryThread in org.opends.server.backends.taskModifier and TypeClassDescriptionfinal classThis class defines a task scheduler for the Directory Server that will control the execution of scheduled tasks and other administrative functions that need to occur on a regular basis. -
Uses of DirectoryThread in org.opends.server.core
Subclasses of DirectoryThread in org.opends.server.coreModifier and TypeClassDescriptionfinal classThis class defines a shutdown hook that will be invoked automatically when the JVM is shutting down.final classThis class defines a thread that will be used to terminate client connections if they have been idle for too long. -
Uses of DirectoryThread in org.opends.server.replication.server
Subclasses of DirectoryThread in org.opends.server.replication.serverModifier and TypeClassDescriptionfinal classThis thread regularly publishes monitoring information: it sends monitoring messages regarding the direct topology (directly connected DSs and RSs) to the connected RSs it sends monitoring messages regarding the whole topology (also includes the local RS) to the connected DSs Note: as of today, monitoring messages mainly contains the server state of the entities. -
Uses of DirectoryThread in org.opends.server.replication.server.changelog.file
Subclasses of DirectoryThread in org.opends.server.replication.server.changelog.fileModifier and TypeClassDescriptionfinal classThread responsible for inserting replicated updates into the ChangeNumber Index DB (CNIndexDB for short).