Uses of Class
org.opends.server.api.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
Modifier and TypeClassDescriptionfinal class
This 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
Modifier and TypeClassDescriptionfinal class
This class defines a shutdown hook that will be invoked automatically when the JVM is shutting down.final class
This 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
Modifier and TypeClassDescriptionfinal class
This 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
Modifier and TypeClassDescriptionfinal class
Thread responsible for inserting replicated updates into the ChangeNumber Index DB (CNIndexDB for short).