Uses of Interface
org.opends.server.replication.common.ServerId
Packages that use 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
Classes in org.opends.server.replication.common with type parameters of type ServerIdModifier and TypeInterfaceDescriptioninterface
Represents a server ID, which can identify either a directory server or a replication server.Classes in org.opends.server.replication.common that implement ServerIdModifier 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.Constructors in org.opends.server.replication.common with parameters of type ServerIdModifierConstructorDescriptionTopology
(ServerContext serverContext, ServerId<?> localServerId) Creates an empty topology. -
Uses of ServerId in org.opends.server.replication.protocol
Fields in org.opends.server.replication.protocol declared as ServerIdModifier and TypeFieldDescriptionprotected ServerId<?>
InitializationMsg.senderId
The serverID of the server that sends this message.Methods in org.opends.server.replication.protocol that return ServerIdModifier 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.Methods in org.opends.server.replication.protocol with parameters of type ServerIdModifier 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.Constructors in org.opends.server.replication.protocol with parameters of type ServerIdModifierConstructorDescriptionErrorMsg
(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
Methods in org.opends.server.replication.server with parameters of type ServerIdModifier 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.