Uses of Class
org.opends.server.api.DirectoryThread
-
Packages that use DirectoryThread Package Description org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.file 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.task Modifier and Type Class Description class
TaskScheduler
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
Subclasses of DirectoryThread in org.opends.server.core Modifier and Type Class Description class
DirectoryServerShutdownHook
This class defines a shutdown hook that will be invoked automatically when the JVM is shutting down.class
IdleTimeLimitThread
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
Subclasses of DirectoryThread in org.opends.server.replication.server Modifier and Type Class Description class
MonitoringPublisher
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
Subclasses of DirectoryThread in org.opends.server.replication.server.changelog.file Modifier and Type Class Description class
ChangeNumberIndexer
Thread responsible for inserting replicated updates into the ChangeNumber Index DB (CNIndexDB for short).
-