Uses of Class
org.opends.server.api.DirectoryThread
Packages that use DirectoryThread
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
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.api
Methods in org.opends.server.api that return DirectoryThreadModifier and TypeMethodDescriptionstatic DirectoryThread
DirectoryThread.currentDirectoryThread()
Returns the current DirectoryThread instance associated with the current thread, or null if there is none. -
Uses of DirectoryThread in org.opends.server.backends.task
Subclasses of DirectoryThread in org.opends.server.backends.taskModifier 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
Subclasses of DirectoryThread in org.opends.server.coreModifier 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.Methods in org.opends.server.core that return types with arguments of type DirectoryThreadModifier and TypeMethodDescriptionDirectoryServer.getDirectoryThreads()
ServerContext.getDirectoryThreads()
Returns all directory threads.Methods in org.opends.server.core with parameters of type DirectoryThreadModifier and TypeMethodDescriptionvoid
DirectoryServer.deregisterDirectoryThread
(DirectoryThread directoryThread) void
ServerContext.deregisterDirectoryThread
(DirectoryThread directoryThread) Deregister the provided directory thread into this context.void
DirectoryServer.registerDirectoryThread
(DirectoryThread directoryThread) void
ServerContext.registerDirectoryThread
(DirectoryThread directoryThread) Registers the provided directory thread into this context. -
Uses of DirectoryThread in org.opends.server.replication.server
Subclasses of DirectoryThread in org.opends.server.replication.serverModifier 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
Subclasses of DirectoryThread in org.opends.server.replication.server.changelog.fileModifier and TypeClassDescriptionfinal class
Thread responsible for inserting replicated updates into the ChangeNumber Index DB (CNIndexDB for short).