Package | Description |
---|---|
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.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
Modifier and Type | Field and Description |
---|---|
static ProcessId |
ProcessId.UNKNOWN_PROCESS_ID
The default process ID to use when the process ID is unknown.
|
Modifier and Type | Method and Description |
---|---|
ProcessId |
ReplicationContext.getLocalProcessId()
Returns the current process ID of this server.
|
ProcessId |
IntegerReplicationContext.getLocalProcessId() |
ProcessId |
RSInfo.getProcessId()
Get the RS process id.
|
static ProcessId |
ProcessId.newProcessId(long mostSigBits,
long leastSigBits)
Reads and decodes the
ProcessId from the provided scanner. |
static ProcessId |
ProcessId.newRandomProcessId()
Returns a randomly generated
ProcessId . |
Constructor and Description |
---|
RSInfo(ReplicationServerId rsId,
HostPort rsHostPort,
long generationId,
GroupId groupId,
ProcessId processId,
int weight)
Creates a new instance of RSInfo with every given info.
|
Modifier and Type | Method and Description |
---|---|
ProcessId |
ExtendedStartMsg.getProcessId()
Returns the processID in this message.
|
Constructor and Description |
---|
ExtendedStartMsg(ServerId<?> serverId,
GroupId groupId,
ProcessId processId,
ServerState state)
Constructs an ExtendedStartMsg replication message for sending.
|
Modifier and Type | Method and Description |
---|---|
ProcessId |
ReplicationServer.getProcessId()
Get this replication server process id.
|
Copyright 2010-2022 ForgeRock AS.