Uses of Class
org.opends.server.types.ProcessId
-
Packages that use ProcessId Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of ProcessId in org.opends.server.core
Methods in org.opends.server.core that return ProcessId Modifier and Type Method Description ProcessId
DirectoryServer. getLocalProcessId()
ProcessId
ServerContext. getLocalProcessId()
Returns the unique identifier for this server process. -
Uses of ProcessId in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return ProcessId Modifier and Type Method Description ProcessId
DSInfo. getProcessId()
Get the DS process id.ProcessId
RSInfo. getProcessId()
Get the RS process id.Constructors in org.opends.server.replication.common with parameters of type ProcessId Constructor Description DSInfo(ReplicaId replicaId, com.forgerock.opendj.util.HostPort hostPort, ReplicationServerId rsId, long generationId, ServerStatus status, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, Set<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion, Set<com.forgerock.opendj.util.HostPort> adminHostPorts, Map<ConnectionSecurity,Set<com.forgerock.opendj.util.HostPort>> ldapHostPorts)
Creates a new instance of DSInfo with every given info.RSInfo(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort rsHostPort, long generationId, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, int weight, Set<com.forgerock.opendj.util.HostPort> adminHostPorts)
Creates a new instance of RSInfo with every given info. -
Uses of ProcessId in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return ProcessId Modifier and Type Method Description ProcessId
ExtendedStartMsg. getProcessId()
Returns the processID in this message.Constructors in org.opends.server.replication.protocol with parameters of type ProcessId Constructor Description ExtendedStartMsg(ServerId<?> serverId, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, ServerState state)
Constructs an ExtendedStartMsg replication message for sending. -
Uses of ProcessId in org.opends.server.types
Methods in org.opends.server.types that return ProcessId Modifier and Type Method Description static ProcessId
ProcessId. newProcessId(long mostSigBits, long leastSigBits)
Reads and decodes theProcessId
from the provided scanner.static ProcessId
ProcessId. newRandomProcessId()
Returns a randomly generatedProcessId
.static ProcessId
ProcessId. newUnknownProcessId()
Returns a new unknown process ID.
-