Uses of Interface
org.opends.server.replication.common.ServerId
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the code for the Replication Server part of the Multimaster replication feature.
-
Uses of ServerId in org.opends.server.replication.common
Modifier and TypeInterfaceDescriptioninterface
Represents a server ID, which can identify either a directory server or a replication server.Modifier and TypeClassDescriptionfinal class
Represents the server ID for a replica, called a replica ID.final class
Represents the server ID for a replication server, called a Replication Server ID.ModifierConstructorDescriptionTopology
(ServerContext serverContext, ServerId<?> localServerId) Creates an empty topology. -
Uses of ServerId in org.opends.server.replication.protocol
Modifier and TypeFieldDescriptionprotected ServerId<?>
InitializationMsg.senderId
The serverID of the server that sends this message.Modifier and TypeMethodDescriptionServerId<?>
InitializationMsg.getSenderID()
Get the server ID of the server that sent this message.ServerId<?>
ExtendedStartMsg.getServerId()
Returns the serverID in this message.ServerId<?>
ByteArrayScanner.nextServerId()
Reads the next replication server id or replica id.Modifier and TypeMethodDescriptionByteArrayBuilder.appendServerId
(ServerId<?> serverId) Appends a server id.Session.performExtendedHandshake
(ServerId<?> serverId, com.forgerock.opendj.discovery.GroupId groupId, ServerState state, long heartbeatInterval) Performs extended handshake to exchange additional information.ModifierConstructorDescriptionErrorMsg
(ServerId<?> sender, ReplicaId destination, LocalizableMessage details) Creates an ErrorMsg providing the destination server.ExtendedStartMsg
(ServerId<?> serverId, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, ServerState state, long heartbeatInterval) Constructs an ExtendedStartMsg replication message for sending.InitializationMsg
(ServerId<?> sender, ReplicaId destination) Creates an initialization message. -
Uses of ServerId in org.opends.server.replication.server
Modifier and TypeMethodDescriptionReplicationServerDomain.createGlobalTopologyMonitorMsg
(ServerId<?> sender) Creates a new monitor message including monitoring information for the whole topology.ReplicationServerDomain.createTopologyMsgForDS
(ServerId<?> destDsId) Creates a TopologyMsg filled with information to be sent to a DS.