Uses of Interface
org.opends.server.replication.common.ServerId
-
Packages that use ServerId 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. -
-
Uses of ServerId in org.opends.server.replication.common
Classes in org.opends.server.replication.common with type parameters of type ServerId Modifier and Type Interface Description interface
ServerId<T extends ServerId<T>>
Represents a server ID, which can identify either a directory server or a replication server.Classes in org.opends.server.replication.common that implement ServerId Modifier and Type Class 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.Constructors in org.opends.server.replication.common with parameters of type ServerId Constructor Description Topology(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 ServerId Modifier and Type Field Description protected ServerId<?>
InitializationMsg. senderId
The serverID of the server that sends this message.Methods in org.opends.server.replication.protocol that return ServerId Modifier and Type Method Description ServerId<?>
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 ServerId Modifier and Type Method Description ByteArrayBuilder
ByteArrayBuilder. appendServerId(ServerId<?> serverId)
Appends a server id.ExtendedStartMsg
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 ServerId Constructor Description ErrorMsg(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 ServerId Modifier and Type Method 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.
-