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 | Interface and Description |
---|---|
interface |
ServerId<T extends ServerId<T>>
Represents a server ID, which can identify either a directory server or a replication server.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicaId
Represents the server ID for a replica, called a replica ID.
|
class |
ReplicationServerId
Represents the server ID for a replication server, called a Replication Server ID.
|
Modifier and Type | Method and Description |
---|---|
ServerId<?> |
ReplicationContext.getServerId(int id)
Returns the replication server or replica ID corresponding to the provided integer.
|
ServerId<?> |
IntegerReplicationContext.getServerId(int id) |
Modifier and Type | Field and Description |
---|---|
protected ServerId<?> |
RoutableMsg.senderId
The serverID of the server that sends this message.
|
Modifier and Type | Method and Description |
---|---|
ServerId<?> |
RoutableMsg.getSenderID()
Get the server ID of the server that sent this message.
|
ServerId<?> |
ExtendedStartMsg.getServerId()
Returns the serverID in this message.
|
Modifier and Type | Method and Description |
---|---|
ExtendedStartMsg |
SessionImpl.performExtendedHandshake(ServerId<?> serverId,
GroupId groupId,
ServerState state) |
ExtendedStartMsg |
Session.performExtendedHandshake(ServerId<?> serverId,
GroupId groupId,
ServerState state)
Performs extended handshake to exchange additional informations.
|
Constructor and Description |
---|
ErrorMsg(ServerId<?> sender,
ReplicaId destination,
LocalizableMessage details)
Creates an ErrorMsg providing the destination server.
|
ExtendedStartMsg(ServerId<?> serverId,
GroupId groupId,
ProcessId processId,
ServerState state)
Constructs an ExtendedStartMsg replication message for sending.
|
RoutableMsg(ServerId<?> sender,
ReplicaId destination)
Creates a routable message.
|
Modifier and Type | Method and Description |
---|---|
MonitorMsg |
ReplicationServerDomain.createGlobalTopologyMonitorMsg(ServerId<?> sender)
Creates a new monitor message including monitoring information for the whole topology.
|
TopologyMsg |
ReplicationServerDomain.createTopologyMsgForDS(ServerId<?> destDsId)
Creates a TopologyMsg filled with information to be sent to a DS.
|
Copyright 2010-2022 ForgeRock AS.